Upload config.json with huggingface_hub
Browse files- config.json +14 -0
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "diffusion",
|
| 3 |
+
"base_channels": 64,
|
| 4 |
+
"in_channels": 3,
|
| 5 |
+
"out_channels": 3,
|
| 6 |
+
"num_classes": 10,
|
| 7 |
+
"text_embed_dim": 512,
|
| 8 |
+
"use_text_conditioning": true,
|
| 9 |
+
"timesteps": 1000,
|
| 10 |
+
"beta_start": 0.0001,
|
| 11 |
+
"beta_end": 0.02,
|
| 12 |
+
"ddim_steps": 50,
|
| 13 |
+
"guidance_scale": 3.0
|
| 14 |
+
}
|