Priya commited on
Commit
cbcba0e
1 Parent(s): b65b1a1

Delete config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +0 -46
config.yaml DELETED
@@ -1,46 +0,0 @@
1
- pretrained_model_path: CompVis/stable-diffusion-v1-4
2
- output_dir: /content/Tune-A-Video/outputs/city
3
- train_data:
4
- video_path: /content/Tune-A-Video/data/city.mp4
5
- prompt: A 360 degree view video of a street with Skies, Walls, Roads, Poles, Buildings,
6
- Riders, Sidewalks, People, Traffic signs, Bicycles and Cars
7
- n_sample_frames: 24
8
- width: 512
9
- height: 512
10
- sample_start_idx: 0
11
- sample_frame_rate: 1
12
- validation_data:
13
- prompts:
14
- - A 360 degree view video of a street with Skies, Walls, Roads, Poles, Buildings,
15
- Riders, Sidewalks, People, Traffic signs, Bicycles and Cars
16
- video_length: 24
17
- width: 512
18
- height: 512
19
- num_inference_steps: 50
20
- guidance_scale: 12.5
21
- use_inv_latent: true
22
- num_inv_steps: 50
23
- validation_steps: 1
24
- trainable_modules:
25
- - attn1.to_q
26
- - attn2.to_q
27
- - attn_temp
28
- train_batch_size: 1
29
- max_train_steps: 5
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: 5
42
- resume_from_checkpoint: null
43
- mixed_precision: fp16
44
- use_8bit_adam: false
45
- enable_xformers_memory_efficient_attention: true
46
- seed: 33