Spaces:
Running
on
Zero
Running
on
Zero
model: | |
type: unet | |
pretrained_model_path: cerspense/zeroscope_v2_576w | |
motion_embeddings: | |
combinations: | |
- - down | |
- 1280 | |
- - up | |
- 1280 | |
unet: videoCrafter2 | |
train: | |
output_dir: results/04 | |
validation_steps: 2000 | |
checkpointing_steps: 100 | |
checkpointing_start: 200 | |
train_batch_size: 1 | |
max_train_steps: 400 | |
gradient_accumulation_steps: 1 | |
cache_latents: true | |
cached_latent_dir: null | |
logger_type: tensorboard | |
mixed_precision: fp16 | |
use_8bit_adam: false | |
resume_from_checkpoint: null | |
resume_step: null | |
dataset: | |
type: | |
- single_video | |
single_video_path: /tmp/gradio/a31b567c8f08f688bd0a79e5f3f5af57a7967ba4d054e0f4c5b71f192af241e9/dolly_zoom_out.mp4 | |
single_video_prompt: A car turnaround in a city street | |
width: 400 | |
height: 400 | |
n_sample_frames: 16 | |
fps: 8 | |
sample_start_idx: 1 | |
frame_step: 1 | |
use_bucketing: false | |
use_caption: false | |
loss: | |
type: BaseLoss | |
learning_rate: 0.02 | |
lr_scheduler: constant | |
lr_warmup_steps: 0 | |
noise_init: | |
type: BlendInit | |
noise_prior: 0.5 | |
val: | |
prompt: | |
- A skateboard slides along a city lane | |
negative_prompt: '' | |
sample_preview: true | |
width: 400 | |
height: 400 | |
num_frames: 16 | |
num_inference_steps: 30 | |
guidance_scale: 12.0 | |
seeds: | |
- 0 | |
strategy: | |
vSpatial_frameSubtraction: false | |
removeMFromV: false | |