Update tiny-sd-single-file-config.yaml
Browse files
tiny-sd-single-file-config.yaml
CHANGED
@@ -33,10 +33,10 @@ model:
|
|
33 |
in_channels: 4
|
34 |
out_channels: 4
|
35 |
model_channels: 32
|
36 |
-
attention_resolutions: []
|
37 |
num_res_blocks: 2
|
38 |
channel_mult: [ 1, 2]
|
39 |
-
num_heads:
|
40 |
use_spatial_transformer: True
|
41 |
transformer_depth: 1
|
42 |
context_dim: 32
|
|
|
33 |
in_channels: 4
|
34 |
out_channels: 4
|
35 |
model_channels: 32
|
36 |
+
attention_resolutions: [2, 1]
|
37 |
num_res_blocks: 2
|
38 |
channel_mult: [ 1, 2]
|
39 |
+
num_heads: 8
|
40 |
use_spatial_transformer: True
|
41 |
transformer_depth: 1
|
42 |
context_dim: 32
|