Spaces:
Runtime error
Runtime error
File size: 656 Bytes
3aeeaeb |
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 32 33 |
dataset:
name: mp3d
num_views_low_res: 8
num_views_high_res: 1
image_root_dir: training/mp3d_skybox
fov: 90
rot_low_res: 45
resolution: 128
train:
log_dir: sd_upsampler
lr: 0.0002
test:
fuse_type: single # multidiff
model:
guidance_scale: 9.
diff_timestep: 1
low_res_noise_level: 20 # from the default SD upsampler setting
model_type: upsample
upsample_model:
model_id: stabilityai/stable-diffusion-x4-upscaler
num_coarse_cp_blocks: 5
lora_layers: True
homo_cp_attn: True
diff_timestep: 75
base_model:
diff_timestep: 50
model_id: stabilityai/stable-diffusion-2-base
lora_layers: True
|