kyujinpy commited on
Commit
3c68167
·
1 Parent(s): 01b715e

Upload config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +46 -0
config.yaml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pretrained_model_path: ./checkpoints/kyujinpy/KO-anything-v4-5
2
+ output_dir: outputs/bear_guitar
3
+ train_data:
4
+ video_path: data/bear_guitar.mp4
5
+ prompt: A bear is playing guitar
6
+ n_sample_frames: 14
7
+ width: 512
8
+ height: 512
9
+ sample_start_idx: 0
10
+ sample_frame_rate: 2
11
+ validation_data:
12
+ prompts:
13
+ - 잘생긴 왕자가 기타를 연주하고 있습니다, 모던한 디즈니 스타일
14
+ - 엘프가 기타를 연주하고 있습니다, 모던한 디즈니 스타일
15
+ - 빨간색 머리를 한 공주가 기타를 연주하고 있습니다, 모던한 디즈니 스타일
16
+ video_length: 14
17
+ width: 512
18
+ height: 512
19
+ num_inference_steps: 20
20
+ guidance_scale: 12.5
21
+ use_inv_latent: true
22
+ num_inv_steps: 50
23
+ validation_steps: 100
24
+ trainable_modules:
25
+ - attn1.to_q
26
+ - attn2.to_q
27
+ - attn_temp
28
+ train_batch_size: 1
29
+ max_train_steps: 400
30
+ learning_rate: 3.0e-05
31
+ scale_lr: false
32
+ lr_scheduler: constant
33
+ lr_warmup_steps: 0
34
+ adam_beta1: 0.9
35
+ adam_beta2: 0.999
36
+ adam_weight_decay: 0.01
37
+ adam_epsilon: 1.0e-08
38
+ max_grad_norm: 1.0
39
+ gradient_accumulation_steps: 1
40
+ gradient_checkpointing: true
41
+ checkpointing_steps: 1000
42
+ resume_from_checkpoint: null
43
+ mixed_precision: fp16
44
+ use_8bit_adam: false
45
+ enable_xformers_memory_efficient_attention: true
46
+ seed: 33