Upload folder using ModelScope SDK

This commit is contained in:
Cherrytest
2025-04-16 18:02:59 +00:00
parent 906afac77f
commit e7462d0ac6
10 changed files with 119 additions and 39 deletions

19
config.json Normal file
View File

@ -0,0 +1,19 @@
{
"_class_name": "FluxControlNetModel",
"_diffusers_version": "0.31.0.dev0",
"attention_head_dim": 128,
"axes_dims_rope": [
16,
56,
56
],
"guidance_embeds": true,
"in_channels": 64,
"joint_attention_dim": 4096,
"num_attention_heads": 24,
"num_layers": 6,
"num_mode": null,
"num_single_layers": 0,
"patch_size": 1,
"pooled_projection_dim": 768
}