Guizmus commited on
Commit
b9370bc
1 Parent(s): 79e114f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -11,12 +11,15 @@ inference: false
11
  ---
12
 
13
  # Mosaic Art
14
- <p>
15
- <img src="https://huggingface.co/Guizmus/MosaicArt/resolve/main/showcase.png"/><br/>
16
- This is a Dreamboothed Stable Diffusion model trained on pictures of mosaic art.<br/>
17
- 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.<br/>
18
- The token "Mosaic Art" will bring in the new concept, trained as a style.<br/>
19
- The recommended sampling is k_Euler_a or DPM++ 2M Karras on 20 steps, CFGS 7.5 .
 
 
 
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