Spaces:
Paused
Paused
cfg
Browse files- configs/demo.yaml +1 -1
configs/demo.yaml
CHANGED
@@ -13,7 +13,7 @@ batch_size: 1
|
|
13 |
|
14 |
channel: 4 # AE latent channel
|
15 |
factor: 8 # AE downsample factor
|
16 |
-
scale: [
|
17 |
noise_iters: 0
|
18 |
force_uc_zero_embeddings: ["label"]
|
19 |
aae_enabled: False
|
|
|
13 |
|
14 |
channel: 4 # AE latent channel
|
15 |
factor: 8 # AE downsample factor
|
16 |
+
scale: [5.0, 0.0] # content scale, style scale
|
17 |
noise_iters: 0
|
18 |
force_uc_zero_embeddings: ["label"]
|
19 |
aae_enabled: False
|