-
Notifications
You must be signed in to change notification settings - Fork 0
/
i2v_inference_ex.sh
19 lines (17 loc) · 1.51 KB
/
i2v_inference_ex.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# --motion_control --full_attention \
# --motion_control --window_attention --window_size 5
# --self_control # --window_attention --window_size 5
# layer_dict_short = {0: 'down_0_0', 1: 'down_0_1',
# 2: 'down_1_0', 3: 'down_1_1',
# 4: 'down_2_0', 5: 'down_2_1',
# 6: 'down_3_0', 7: 'down_3_1',
# 8: 'mid',
# 9: 'up_0_0', 10: 'up_0_1', 11: 'up_0_2',
# 12: 'up_1_0', 13: 'up_1_1', 14: 'up_1_2',
# 15: 'up_2_0', 16: 'up_2_1', 17: 'up_2_2',
# 18: 'up_3_0', 19: 'up_3_1', 20: 'up_3_2',}
python i2v_inference_ex.py \
--n_prompt "ImgFixerPre0.3, glowing face, bad proportions, blurry, blurred composition, low resolution, bad, ugly, bad composition, terrible, 3d, render, comic, manga, flat, watermark, signature, worst quality, low quality, normal quality, lowres, simple background, inaccurate limb, extra fingers, fewer fingers, missing fingers, extra arms, extra legs, inaccurate eyes, bad composition, bad anatomy, error, extra digit, fewer digits, cinnadust, cropped, low res, worst quality, low quality, normal quality, jpeg artifacts, extra digit, fewer digits, trademark, watermark, artist's name, username, signature, text, words, human, blurry, blurred composition, blurry foreground, blurry background" \
--inference_steps 6 \
--num_frames 8 --full_attention --motion_control --window_size 10 \
--skip_layers "['down_3_0', 'down_3_1', 'mid', 'up_0_0','up_0_1', 'up_0_2']"