Diffusers
Safetensors
English
shichen1231 commited on
Commit
cbc6637
1 Parent(s): 6c6ba8d

Delete config.json

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