Upload shotstream.yaml with huggingface_hub
Browse files- shotstream.yaml +36 -0
shotstream.yaml
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# dynamic sample + change rope
|
| 2 |
+
dynamic_sample_frames: True
|
| 3 |
+
change_rope: True
|
| 4 |
+
max_context_frames: 6
|
| 5 |
+
multi_caption: True
|
| 6 |
+
|
| 7 |
+
# model
|
| 8 |
+
model_name: Wan2.1-T2V-1.3B
|
| 9 |
+
resume_ckpt: None
|
| 10 |
+
|
| 11 |
+
denoising_step_list:
|
| 12 |
+
- 1000
|
| 13 |
+
- 740
|
| 14 |
+
- 500
|
| 15 |
+
- 260
|
| 16 |
+
warp_denoising_step: True # need to remove - 0 in denoising_step_list if warp_denoising_step is true
|
| 17 |
+
num_frame_per_block: 3
|
| 18 |
+
|
| 19 |
+
seed: 0
|
| 20 |
+
ts_schedule: false
|
| 21 |
+
num_train_timestep: 1000
|
| 22 |
+
timestep_shift: 8.0
|
| 23 |
+
guidance_scale: 3.0
|
| 24 |
+
mixed_precision: true
|
| 25 |
+
sharding_strategy: hybrid_full
|
| 26 |
+
|
| 27 |
+
# Data
|
| 28 |
+
data_path: None
|
| 29 |
+
batch_size: 1
|
| 30 |
+
|
| 31 |
+
# log
|
| 32 |
+
log_iters: 50
|
| 33 |
+
max_iters: 30000
|
| 34 |
+
negative_prompt: '色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走'
|
| 35 |
+
|
| 36 |
+
output_folder: None
|