Guizmus commited on
Commit
b77a4f6
1 Parent(s): 109c55e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -13,18 +13,21 @@ tags:
13
  ![Showcase](https://huggingface.co/Guizmus/MosaicArt/resolve/main/showcase.png)
14
  This is a Dreamboothed Stable Diffusion model trained on pictures of mosaic art.
15
 
16
- 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.
 
 
17
 
18
  The token "Mosaic Art" will bring in the new concept, trained as a style.
19
 
20
  The recommended sampling is k_Euler_a or DPM++ 2M Karras on 20 steps, CFGS 7.5 .
21
- test
22
-
23
- </p>
24
 
25
- [CKPT](https://huggingface.co/Guizmus/MosaicArt/resolve/main/MosaicArt_v1.ckpt)
 
 
 
 
26
 
27
- [CKPT with ema weights](https://huggingface.co/Guizmus/MosaicArt/resolve/main/MosaicArt_v1_ema.ckpt)
28
 
29
  [Dataset](https://huggingface.co/Guizmus/MosaicArt/resolve/main/dataset_v1.zip)
30
 
 
13
  ![Showcase](https://huggingface.co/Guizmus/MosaicArt/resolve/main/showcase.png)
14
  This is a Dreamboothed Stable Diffusion model trained on pictures of mosaic art.
15
 
16
+ The total dataset is made of 46 pictures. V2 was trained on [Stable diffusion 2.1 768](https://huggingface.co/stabilityai/stable-diffusion-2-1). I used [StableTuner](https://github.com/devilismyfriend/StableTuner) 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. 6 epochs of 40 repeats on LR 1e-6 were used, with prior preservation.
17
+
18
+ V1 was trained 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
+ [CKPT v2](https://huggingface.co/Guizmus/MosaicArt/resolve/main/MosaicArt_v2.ckpt)
25
+
26
+ [YAML v2](https://huggingface.co/Guizmus/MosaicArt/resolve/main/MosaicArt_v2.yaml)
27
+
28
+ [CKPT v1](https://huggingface.co/Guizmus/MosaicArt/resolve/main/MosaicArt_v1.ckpt)
29
 
30
+ [CKPT v1 with ema weights](https://huggingface.co/Guizmus/MosaicArt/resolve/main/MosaicArt_v1_ema.ckpt)
31
 
32
  [Dataset](https://huggingface.co/Guizmus/MosaicArt/resolve/main/dataset_v1.zip)
33