Upload config.json with huggingface_hub
Browse files- config.json +21 -0
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dit_config": {
|
| 3 |
+
"in_channels": 34,
|
| 4 |
+
"out_channels": 32,
|
| 5 |
+
"latent_h": 32,
|
| 6 |
+
"panel_w": 32,
|
| 7 |
+
"patch": 1,
|
| 8 |
+
"d_model": 1024,
|
| 9 |
+
"depth": 16,
|
| 10 |
+
"heads": 16,
|
| 11 |
+
"mlp_ratio": 3.0,
|
| 12 |
+
"ctx_dim": 768,
|
| 13 |
+
"n_tasks": 3
|
| 14 |
+
},
|
| 15 |
+
"lat_std": 0.98046875,
|
| 16 |
+
"scaling_factor": 0.41407,
|
| 17 |
+
"vae": "mit-han-lab/dc-ae-f32c32-sana-1.1-diffusers",
|
| 18 |
+
"text_encoder": "openai/clip-vit-large-patch14",
|
| 19 |
+
"resolution": 1024,
|
| 20 |
+
"steps_trained": 100000
|
| 21 |
+
}
|