BoredEmperor commited on
Commit
ce6ec3b
1 Parent(s): 2ce27a1

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +33 -0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.16.0.dev0",
4
+ "_name_or_path": "/home/patrick/controlnet_v1_1/control_v11p_sd15s2_lineart_anime",
5
+ "act_fn": "silu",
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [320, 640, 1280, 1280],
8
+ "class_embed_type": null,
9
+ "conditioning_embedding_out_channels": [16, 32, 96, 256],
10
+ "controlnet_conditioning_channel_order": "rgb",
11
+ "cross_attention_dim": 768,
12
+ "down_block_types": [
13
+ "CrossAttnDownBlock2D",
14
+ "CrossAttnDownBlock2D",
15
+ "CrossAttnDownBlock2D",
16
+ "DownBlock2D"
17
+ ],
18
+ "downsample_padding": 1,
19
+ "flip_sin_to_cos": true,
20
+ "freq_shift": 0,
21
+ "in_channels": 4,
22
+ "layers_per_block": 2,
23
+ "mid_block_scale_factor": 1,
24
+ "norm_eps": 1e-5,
25
+ "norm_num_groups": 32,
26
+ "num_class_embeds": null,
27
+ "only_cross_attention": false,
28
+ "projection_class_embeddings_input_dim": null,
29
+ "resnet_time_scale_shift": "default",
30
+ "upcast_attention": false,
31
+ "use_linear_projection": false,
32
+ "model_type": "ControlNetModel"
33
+ }