-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinference_man.sh
38 lines (33 loc) · 1019 Bytes
/
inference_man.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
python inference.py \
--prompt "an old man wearing a glass, cartoon." \
--condition "canny" \
--video_path "data/edge/man.mp4" \
--output_path "outputs/" \
--video_length 7 \
--smoother_steps 19 20 \
--width 448 \
--height 256
#--is_long_video
echo "DONE! an old man wearing a glass, cartoon."
python inference.py \
--prompt "an old man wearing a glass, laughing." \
--condition "canny" \
--video_path "data/edge/man.mp4" \
--output_path "outputs/" \
--video_length 7 \
--smoother_steps 19 20 \
--width 448 \
--height 256
#--is_long_video
echo "DONE! an old man wearing a glass, laughing."
python inference.py \
--prompt "an old man wearing a glass, oil painting." \
--condition "canny" \
--video_path "data/edge/man.mp4" \
--output_path "outputs/" \
--video_length 7 \
--smoother_steps 19 20 \
--width 448 \
--height 256
#--is_long_video
echo "DONE! an old man wearing a glass, oil painting."