Spaces:
Paused
Paused
File size: 494 Bytes
6497501 ed25868 6497501 295fba8 6497501 37a3bc2 fd744e7 ed25868 6497501 251f521 6497501 b9dc102 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 |
type: "demo"
# path
load_ckpt_path: "./checkpoints/st-step=100000+la-step=100000-v1.ckpt"
model_cfg_path: "./configs/test/textdesign_sd_2.yaml"
# param
H: 512
W: 512
txt_len: [1, 12]
seq_len: 12
batch_size: 1
channel: 4 # AE latent channel
factor: 8 # AE downsample factor
scale: [5.0, 0.0] # content scale, style scale
noise_iters: 0
force_uc_zero_embeddings: ["label"]
aae_enabled: False
detailed: False
# runtime
steps: 50
init_step: 0
num_workers: 0
use_gpu: True
gpu: 0
max_iter: 100
|