Commit ·
2f785f4
1
Parent(s): 7540c3b
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: bigscience-bloom-rail-1.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: bigscience-bloom-rail-1.0
|
| 3 |
---
|
| 4 |
+
Uses the Waifu Diffusion model as a base, linked here: https://huggingface.co/hakurei/waifu-diffusion
|
| 5 |
+
Custom Dreambooth model based off of the likeness of Emilia from Re:Zero. Dataset was 16 training images, and 11 regularization images. Trained for 3000 steps.
|
| 6 |
+
|
| 7 |
+
To use the model, simply insert the name 'Emilia' into your prompts. The class token used was 'white_hair_girl_violet_eyes'.
|
| 8 |
+
Append the class token after Emila for stronger results.
|
| 9 |
+
EX: "A photo of Emilia white_hair_girl_violet_eyes"
|