-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathinference.sh
More file actions
25 lines (21 loc) · 1.01 KB
/
inference.sh
File metadata and controls
25 lines (21 loc) · 1.01 KB
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
python inference.py \
--pretrained_model_name_or_path='./checkpoints/stable-diffusion-3-medium-diffusers/' \
--controlnet_model_name_or_path='./checkpoints/ours_weights/scenegen_net-0415.pth' \
--controlnet_model_name_or_path2='./checkpoints/ours_weights/textrender_net-0415.pth' \
--seed=42 \
--num_images_per_prompt=4 \
--use_float16
python inference.py \
--pretrained_model_name_or_path='./checkpoints/stable-diffusion-3-medium-diffusers/' \
--controlnet_model_name_or_path='./checkpoints/ours_weights/scenegen_net-rl-0415.pth' \
--controlnet_model_name_or_path2='./checkpoints/ours_weights/textrender_net-0415.pth' \
--seed=42 \
--num_images_per_prompt=4 \
--use_float16
python inference.py \
--pretrained_model_name_or_path='./checkpoints/stable-diffusion-3-medium-diffusers/' \
--controlnet_model_name_or_path='./checkpoints/ours_weights/scenegen_net-1m-0415.pth' \
--controlnet_model_name_or_path2='./checkpoints/ours_weights/textrender_net-1m-0415.pth' \
--seed=42 \
--num_images_per_prompt=4 \
--use_float16