Update item3/config_multi_chunks.yaml
Browse files
item3/config_multi_chunks.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Pretrained diffusers model path.
|
2 |
pretrained_model_path: "ckpts/stable-video-diffusion-img2vid"
|
3 |
# The folder where your training outputs will be placed.
|
4 |
-
output_dir: "./
|
5 |
seed: 23
|
6 |
num_steps: 25
|
7 |
# Xformers must be installed for best memory savings and performance (< Pytorch 2.0)
|
|
|
1 |
# Pretrained diffusers model path.
|
2 |
pretrained_model_path: "ckpts/stable-video-diffusion-img2vid"
|
3 |
# The folder where your training outputs will be placed.
|
4 |
+
output_dir: "./outputs"
|
5 |
seed: 23
|
6 |
num_steps: 25
|
7 |
# Xformers must be installed for best memory savings and performance (< Pytorch 2.0)
|