Spaces:
Paused
Paused
File size: 512 Bytes
6497501 660f2af 6497501 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
type: "demo"
# path
load_ckpt_path: "./checkpoints/st-step=100000+la-step=100000-simp.ckpt"
model_cfg_path: "./configs/test/textdesign_sd_2.yaml"
# param
H: 512
W: 512
seq_len: 12
batch_size: 1
channel: 4 # AE latent channel
factor: 8 # AE downsample factor
scale: [4.0, 0.0] # content scale, style scale
noise_iters: 10
force_uc_zero_embeddings: ["ref", "label"]
aae_enabled: False
detailed: True
dual_conditioner: False
# runtime
steps: 50
init_step: 0
num_workers: 0
use_gpu: False
gpu: 0
max_iter: 100
|