xiemoxiaoshaso commited on
Commit
ad31415
1 Parent(s): 0f8f1da

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -43
config.json DELETED
@@ -1,43 +0,0 @@
1
- {
2
- "_class_name": "ControlNetModel",
3
- "_diffusers_version": "0.14.0.dev0",
4
- "_name_or_path": "lllyasviel/sd-controlnet-canny",
5
- "_ppdiffusers_version": "0.0.0",
6
- "act_fn": "silu",
7
- "attention_head_dim": 8,
8
- "block_out_channels": [
9
- 320,
10
- 640,
11
- 1280,
12
- 1280
13
- ],
14
- "class_embed_type": null,
15
- "conditioning_embedding_out_channels": [
16
- 16,
17
- 32,
18
- 96,
19
- 256
20
- ],
21
- "controlnet_conditioning_channel_order": "rgb",
22
- "cross_attention_dim": 768,
23
- "down_block_types": [
24
- "CrossAttnDownBlock2D",
25
- "CrossAttnDownBlock2D",
26
- "CrossAttnDownBlock2D",
27
- "DownBlock2D"
28
- ],
29
- "downsample_padding": 1,
30
- "flip_sin_to_cos": true,
31
- "freq_shift": 0,
32
- "in_channels": 4,
33
- "layers_per_block": 2,
34
- "mid_block_scale_factor": 1,
35
- "norm_eps": 1e-05,
36
- "norm_num_groups": 32,
37
- "num_class_embeds": null,
38
- "only_cross_attention": false,
39
- "projection_class_embeddings_input_dim": null,
40
- "resnet_time_scale_shift": "default",
41
- "upcast_attention": false,
42
- "use_linear_projection": false
43
- }