Diffusers
TensorBoard
controlnet
Nacholmo commited on
Commit
ea3bcfa
1 Parent(s): 3393251

Update 1500.yaml

Browse files
Files changed (1) hide show
  1. 1500.yaml +9 -35
1500.yaml CHANGED
@@ -25,9 +25,9 @@ model:
25
  in_channels: 4
26
  hint_channels: 3
27
  model_channels: 320
28
- attention_resolutions: [4, 2, 1]
29
  num_res_blocks: 2
30
- channel_mult: [1, 2, 4, 4]
31
  num_heads: 8
32
  use_spatial_transformer: True
33
  transformer_depth: 1
@@ -42,9 +42,9 @@ model:
42
  in_channels: 4
43
  out_channels: 4
44
  model_channels: 320
45
- attention_resolutions: [4, 2, 1]
46
  num_res_blocks: 2
47
- channel_mult: [1, 2, 4, 4]
48
  num_heads: 8
49
  use_spatial_transformer: True
50
  transformer_depth: 1
@@ -65,10 +65,10 @@ model:
65
  out_ch: 3
66
  ch: 128
67
  ch_mult:
68
- - 1
69
- - 2
70
- - 4
71
- - 4
72
  num_res_blocks: 2
73
  attn_resolutions: []
74
  dropout: 0.0
@@ -76,30 +76,4 @@ model:
76
  target: torch.nn.Identity
77
 
78
  cond_stage_config:
79
- target: ldm.modules.encoders.modules.FrozenCLIPEmbedder
80
- params:
81
- _class_name: ControlNetModel
82
- _diffusers_version: "0.18.0.dev0"
83
- act_fn: silu
84
- attention_head_dim: 8
85
- block_out_channels: [320, 640, 1280, 1280]
86
- class_embed_type: null
87
- conditioning_embedding_out_channels: [16, 32, 96, 256]
88
- controlnet_conditioning_channel_order: rgb
89
- cross_attention_dim: 768
90
- down_block_types: ["CrossAttnDownBlock2D", "CrossAttnDownBlock2D", "CrossAttnDownBlock2D", "DownBlock2D"]
91
- downsample_padding: 1
92
- flip_sin_to_cos: true
93
- freq_shift: 0
94
- global_pool_conditions: false
95
- in_channels: 4
96
- layers_per_block: 2
97
- mid_block_scale_factor: 1
98
- norm_eps: 1e-05
99
- norm_num_groups: 32
100
- num_class_embeds: null
101
- only_cross_attention: false
102
- projection_class_embeddings_input_dim: null
103
- resnet_time_scale_shift: "default"
104
- upcast_attention: false
105
- use_linear_projection: false
 
25
  in_channels: 4
26
  hint_channels: 3
27
  model_channels: 320
28
+ attention_resolutions: [ 4, 2, 1 ]
29
  num_res_blocks: 2
30
+ channel_mult: [ 1, 2, 4, 4 ]
31
  num_heads: 8
32
  use_spatial_transformer: True
33
  transformer_depth: 1
 
42
  in_channels: 4
43
  out_channels: 4
44
  model_channels: 320
45
+ attention_resolutions: [ 4, 2, 1 ]
46
  num_res_blocks: 2
47
+ channel_mult: [ 1, 2, 4, 4 ]
48
  num_heads: 8
49
  use_spatial_transformer: True
50
  transformer_depth: 1
 
65
  out_ch: 3
66
  ch: 128
67
  ch_mult:
68
+ - 1
69
+ - 2
70
+ - 4
71
+ - 4
72
  num_res_blocks: 2
73
  attn_resolutions: []
74
  dropout: 0.0
 
76
  target: torch.nn.Identity
77
 
78
  cond_stage_config:
79
+ target: ldm.modules.encoders.modules.FrozenCLIPEmbedder