Liu Hanchen commited on
Commit
52b1b40
·
1 Parent(s): e8d7b26

Update Sci_Fi_frame_inbetweening.sh

Browse files
Files changed (1) hide show
  1. Sci_Fi_frame_inbetweening.sh +3 -3
Sci_Fi_frame_inbetweening.sh CHANGED
@@ -1,5 +1,5 @@
1
- export CUDA_VISIBLE_DEVICES=7
2
- EVAL_DIR=/home/lhchen/Sci-Fi/example_input_pairs
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