Update config.yaml
Browse files- config.yaml +1 -1
config.yaml
CHANGED
@@ -9,7 +9,7 @@ model:
|
|
9 |
timesteps: 1000
|
10 |
first_stage_key: "jpg"
|
11 |
cond_stage_key: "txt"
|
12 |
-
image_size:
|
13 |
channels: 4
|
14 |
cond_stage_trainable: false # Note: different from the one we trained before
|
15 |
conditioning_key: crossattn
|
|
|
9 |
timesteps: 1000
|
10 |
first_stage_key: "jpg"
|
11 |
cond_stage_key: "txt"
|
12 |
+
image_size: 64
|
13 |
channels: 4
|
14 |
cond_stage_trainable: false # Note: different from the one we trained before
|
15 |
conditioning_key: crossattn
|