Upload folder using huggingface_hub
Browse files- config.json +22 -0
- diffusion_pytorch_model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "SD3ControlNetModel",
|
| 3 |
+
"_diffusers_version": "0.34.0.dev0",
|
| 4 |
+
"_name_or_path": "/opt/alldata/shanmodels/stable-diffusion-3-medium-diffusers/",
|
| 5 |
+
"attention_head_dim": 64,
|
| 6 |
+
"caption_projection_dim": 1536,
|
| 7 |
+
"dual_attention_layers": [],
|
| 8 |
+
"extra_conditioning_channels": 0,
|
| 9 |
+
"force_zeros_for_pooled_projection": true,
|
| 10 |
+
"in_channels": 16,
|
| 11 |
+
"joint_attention_dim": 4096,
|
| 12 |
+
"num_attention_heads": 24,
|
| 13 |
+
"num_layers": 12,
|
| 14 |
+
"out_channels": 16,
|
| 15 |
+
"patch_size": 2,
|
| 16 |
+
"pooled_projection_dim": 2048,
|
| 17 |
+
"pos_embed_max_size": 192,
|
| 18 |
+
"pos_embed_type": "sincos",
|
| 19 |
+
"qk_norm": null,
|
| 20 |
+
"sample_size": 128,
|
| 21 |
+
"use_pos_embed": true
|
| 22 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:156033727ef20a575fa893e21173403d5e3379013909d20ca7fa9c21a1d7e716
|
| 3 |
+
size 4477956032
|