Liu Hanchen
commited on
Commit
·
52b1b40
1
Parent(s):
e8d7b26
Update Sci_Fi_frame_inbetweening.sh
Browse files
Sci_Fi_frame_inbetweening.sh
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
export CUDA_VISIBLE_DEVICES=
|
| 2 |
-
EVAL_DIR
|
| 3 |
MODEL_NAME=CogVideoX-5b-I2V
|
| 4 |
OUT_DIR=outputs
|
| 5 |
basename=eval_videos_dir
|
|
@@ -20,4 +20,4 @@ do
|
|
| 20 |
--out_path=$out_fn \
|
| 21 |
--EF_Net_weights=1.0 \
|
| 22 |
|
| 23 |
-
done
|
|
|
|
| 1 |
+
export CUDA_VISIBLE_DEVICES=0
|
| 2 |
+
EVAL_DIR=example_input_pairs
|
| 3 |
MODEL_NAME=CogVideoX-5b-I2V
|
| 4 |
OUT_DIR=outputs
|
| 5 |
basename=eval_videos_dir
|
|
|
|
| 20 |
--out_path=$out_fn \
|
| 21 |
--EF_Net_weights=1.0 \
|
| 22 |
|
| 23 |
+
done
|