ik6626 commited on
Commit
7a2b621
·
verified ·
1 Parent(s): 01127ba

Create ode_config.yaml

Browse files
Files changed (1) hide show
  1. ode_config.yaml +55 -0
ode_config.yaml ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ trainer: ode
2
+ model_name: causal_wan
3
+
4
+ generator_grad:
5
+ model: true
6
+
7
+ denoising_step_list:
8
+ - 1000
9
+ - 750
10
+ - 500
11
+ - 250
12
+
13
+ generator_task: causal_video
14
+ generator_fsdp_wrap_strategy: size
15
+ text_encoder_fsdp_wrap_strategy: size
16
+ mixed_precision: true
17
+ seed: 0
18
+
19
+ wandb_host: https://api.wandb.ai
20
+ wandb_key:
21
+ wandb_entity:
22
+ wandb_project:
23
+ wandb_name:
24
+
25
+ sharding_strategy: hybrid_full
26
+ lr: 2.0e-06
27
+ beta1: 0.9
28
+ beta2: 0.999
29
+
30
+ data_path: ../lmdb/vidprom_ode_lmdb
31
+ batch_size: 8 # Per GPU
32
+ total_batch_size: 64 # 8 GPUs x 8 batch_size
33
+ log_iters: 250 # Save checkpoint every 250 iterations
34
+ max_iters: 3000 # Stop training after reaching this many iterations (will save at 250, 500, 750, 1000)
35
+ output_path:
36
+
37
+ distribution_loss: ode
38
+ gradient_checkpointing: true
39
+ num_frame_per_block: 3
40
+ warp_denoising_step: true
41
+
42
+ # Video generation shape for inference
43
+ image_or_video_shape:
44
+ - 1
45
+ - 21
46
+ - 16
47
+ - 60
48
+ - 104
49
+
50
+ # Model kwargs - must match data generation settings
51
+ model_kwargs:
52
+ timestep_shift: 5.0
53
+
54
+ # Optional negative prompt (Chinese + English)
55
+ negative_prompt: '色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走'