Spaces:
Running
on
A10G
Running
on
A10G
File size: 466 Bytes
26555ee 9731156 f4d8350 26555ee |
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 |
# path:
output_folder: "outputs"
pretrained_path: "pretrained_models"
# model config:
model: UNet
video_length: 16
image_size: [320, 512]
# beta schedule
beta_start: 0.0001
beta_end: 0.02
beta_schedule: "linear"
# model speedup
use_compile: False
use_fp16: True
# sample config:
seed: 3
run_time: 0
guidance_scale: 7.0
sample_method: 'ddpm'
num_sampling_steps: 250
text_prompt: [
'a teddy bear walking on the street, high quality, 2k',
]
|