-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest_infinite.sh
executable file
·22 lines (22 loc) · 1.13 KB
/
test_infinite.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cog predict -i [email protected] \
-i ckpt="Realistic_Vision_V5.0.safetensors" \
-i buffer=4 \
-i motion_scale=1 \
-i output_format="video/h264-mp4" \
-i image_dimension="512x512" \
-i ipadapter_noise=0.3 \
-i negative_prompt="(worst quality, low quality:1.2)" \
-i image_prompt_list="0_:16_:24_:36_:48_:60_:72_:84_:96_:108_" \
-i stmfnet_multiplier=2 \
-i linear_cn_strength_value="(0.0,0.4)" \
-i dynamic_cn_strength_values="(0.0,1.0),(0.0,1.0),(0.0,1.0),(0.0,1.0)" \
-i type_of_frame_distribution="linear" \
-i relative_ipadapter_strength=1 \
-i type_of_key_frame_influence="linear" \
-i relative_ipadapter_influence=1 \
-i linear_frame_distribution_value=16 \
-i linear_key_frame_influence_value=1.3 \
-i type_of_cn_strength_distribution="linear" \
-i dynamic_frame_distribution_values="0,10,26,40,46" \
-i soft_scaled_cn_weights_multiplier=0.87 \
-i dynamic_key_frame_influence_value="0.5,0.5,2.0,0.5"