Commit ·
aa4acba
1
Parent(s): 88225ac
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
A synthetic dataset for GAN experiments.
|
| 2 |
+
|
| 3 |
+
Created with a CLOOB Conditioned Latent Diffusion model (https://github.com/JD-P/cloob-latent-diffusion)
|
| 4 |
+
|
| 5 |
+
For each color in a list of standard CSS color names, a set of images was generated using the following command:
|
| 6 |
+
|
| 7 |
+
```
|
| 8 |
+
python cfg_sample.py --autoencoder autoencoder_kl_32x32x4\
|
| 9 |
+
--checkpoint yfcc-latent-diffusion-f8-e2-s250k.ckpt\
|
| 10 |
+
--method plms\
|
| 11 |
+
--cond-scale 1.0\
|
| 12 |
+
--seed 34\
|
| 13 |
+
--steps 25\
|
| 14 |
+
-n 36\
|
| 15 |
+
"A glass orb with {color} spacetime fire burning inside"
|
| 16 |
+
```
|
| 17 |
+
|
| 18 |
+
|