Missing config.json file for diffusers

#1
by sappala - opened

Hey!

I am trying to use this ControlNet with diffusers but it says it is missing a config.json file. Do you know where I can find it?

Hello,

here is the config.json

{
"_class_name": "FluxControlNetModel",
"_diffusers_version": "0.32.0.dev0",
"attention_head_dim": 128,
"axes_dims_rope": [
16,
56,
56
],
"conditioning_embedding_channels": 16,
"guidance_embeds": true,
"in_channels": 64,
"joint_attention_dim": 4096,
"num_attention_heads": 24,
"num_layers": 3,
"num_mode": null,
"num_single_layers": 2,
"patch_size": 2,
"pooled_projection_dim": 768
}

Sign up or log in to comment