Upload default_config.yaml with huggingface_hub
Browse files- default_config.yaml +21 -0
default_config.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
independent_first_frame: false
|
| 2 |
+
warp_denoising_step: false
|
| 3 |
+
weight_decay: 0.01
|
| 4 |
+
same_step_across_blocks: true
|
| 5 |
+
discriminator_lr_multiplier: 1.0
|
| 6 |
+
last_step_only: false
|
| 7 |
+
i2v: false
|
| 8 |
+
num_training_frames: 21
|
| 9 |
+
gc_interval: 100
|
| 10 |
+
context_noise: 0
|
| 11 |
+
causal: true
|
| 12 |
+
|
| 13 |
+
ckpt_step: 0
|
| 14 |
+
prompt_name: MovieGenVideoBench
|
| 15 |
+
prompt_path: prompts/MovieGenVideoBench.txt
|
| 16 |
+
eval_first_n: 64
|
| 17 |
+
num_samples: 1
|
| 18 |
+
height: 480
|
| 19 |
+
width: 832
|
| 20 |
+
num_frames: 81
|
| 21 |
+
max_iters: 10000
|