Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- stable diffusion
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
500 images of woman, to obtain a flexible and polished model for different need
|
| 9 |
+
Base model is a mix of 30% SD 1.5 (8Gb) with 70% epicphotogasm_lastUnicorn, with structure defined by lastUnicorn.
|
| 10 |
+
This provide all the details of SD, with the strong structures of epicphotogasm
|
| 11 |
+
|
| 12 |
+
python merge.py "WS" /tmp v1-5-pruned-emaonly.safetensors epicphotogasm_lastUnicorn.safetensors --cosine1 --alpha=0.70
|
| 13 |
+
|
| 14 |
+
A first bake of 2000 steps using dreambooth, to generate extra tags and provide extra flexibility,
|
| 15 |
+
regularizing on a more varied types of women.
|
| 16 |
+
|
| 17 |
+
A second bake of 2500 steps using ss-script finetuning, to finetune the model to adhere to images.
|