Update README.md
Browse files
README.md
CHANGED
@@ -11,12 +11,15 @@ inference: false
|
|
11 |
---
|
12 |
|
13 |
# Mosaic Art
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
20 |
|
21 |
</p>
|
22 |
|
|
|
11 |
---
|
12 |
|
13 |
# Mosaic Art
|
14 |
+
|
15 |
+
![Showcase](https://huggingface.co/Guizmus/MosaicArt/resolve/main/showcase.png)
|
16 |
+
This is a Dreamboothed Stable Diffusion model trained on pictures of mosaic art.
|
17 |
+
|
18 |
+
The total dataset is made of 46 pictures, and the training has been done on [runawayml 1.5](https://huggingface.co/runwayml/stable-diffusion-v1-5) and the [new VAE](https://huggingface.co/stabilityai/sd-vae-ft-mse). I used [EveryDream](https://github.com/victorchall/EveryDream-trainer) to do the training, using full caption on the pictures with almost no recurring word outside the main concept, so that no additionnal regularisation was needed. Out of e0 to e11 epochs, e8 was selected as the best application of style while not overtraining. Prior preservation was constated as good. A total of 9 epochs of 40 repeats with a learning rate of 1e-6.
|
19 |
+
|
20 |
+
The token "Mosaic Art" will bring in the new concept, trained as a style.
|
21 |
+
|
22 |
+
The recommended sampling is k_Euler_a or DPM++ 2M Karras on 20 steps, CFGS 7.5 .
|
23 |
|
24 |
</p>
|
25 |
|