Delete config.yaml
Browse files- config.yaml +0 -47
config.yaml
DELETED
@@ -1,47 +0,0 @@
|
|
1 |
-
pretrained_model_path: ./checkpoints/Bingsu/my-korean-stable-diffusion-v1-5
|
2 |
-
output_dir: outputs/man-skiing
|
3 |
-
train_data:
|
4 |
-
video_path: data/rabbit-watermelon.mp4
|
5 |
-
prompt: A rabbit is eating a watermelon on the table
|
6 |
-
n_sample_frames: 24
|
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 |
-
- ๊ฐ์์ง๊ฐ ์ค๋ ์ง๋ฅผ ๋จน๊ณ ์์ต๋๋ค
|
17 |
-
video_length: 24
|
18 |
-
width: 512
|
19 |
-
height: 512
|
20 |
-
num_inference_steps: 20
|
21 |
-
guidance_scale: 12.5
|
22 |
-
use_inv_latent: true
|
23 |
-
num_inv_steps: 50
|
24 |
-
validation_steps: 100
|
25 |
-
trainable_modules:
|
26 |
-
- attn1.to_q
|
27 |
-
- attn2.to_q
|
28 |
-
- attn_temp
|
29 |
-
train_batch_size: 1
|
30 |
-
max_train_steps: 400
|
31 |
-
learning_rate: 3.0e-05
|
32 |
-
scale_lr: false
|
33 |
-
lr_scheduler: constant
|
34 |
-
lr_warmup_steps: 0
|
35 |
-
adam_beta1: 0.9
|
36 |
-
adam_beta2: 0.999
|
37 |
-
adam_weight_decay: 0.01
|
38 |
-
adam_epsilon: 1.0e-08
|
39 |
-
max_grad_norm: 1.0
|
40 |
-
gradient_accumulation_steps: 1
|
41 |
-
gradient_checkpointing: true
|
42 |
-
checkpointing_steps: 1000
|
43 |
-
resume_from_checkpoint: null
|
44 |
-
mixed_precision: fp16
|
45 |
-
use_8bit_adam: false
|
46 |
-
enable_xformers_memory_efficient_attention: true
|
47 |
-
seed: 33
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|