Spaces:
Running
on
Zero
Running
on
Zero
File size: 676 Bytes
79d88c4 612b064 79d88c4 |
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 |
pretrained_model_name_or_path: "checkpoints/stable-video-diffusion-img2vid-xt"
unet_checkpoint_path: "checkpoints/Sonic/unet.pth"
audio2token_checkpoint_path: "checkpoints/Sonic/audio2token.pth"
audio2bucket_checkpoint_path: "checkpoints/Sonic/audio2bucket.pth"
weight_dtype: 'fp16' # [fp16, fp32]
num_inference_steps: 25
n_sample_frames: 25
fps: 12.5
decode_chunk_size: 8
motion_bucket_scale: 1.0
image_size: 512
area: 1.1
frame_num: 50
step: 2
overlap: 0
shift_offset: 7
min_appearance_guidance_scale: 2.0
max_appearance_guidance_scale: 2.0
audio_guidance_scale: 7.5
i2i_noise_strength: 1.0
ip_audio_scale: 1.0
noise_aug_strength: 0.00
use_interframe: True
seed: 72589
|