Spaces:
Running
on
Zero
Running
on
Zero
File size: 329 Bytes
d807efd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
export IMAGE_NAME="example1"
python main.py --name=$IMAGE_NAME \
--dpm="sdxl" \
--resolution=1024 \
--load_trained \
--num_tokens=5 \
--text \
--seed=23 \
--num_sampling_step=20 \
--strength=0.6 \
--edge_thickness=30 \
--num_imgs=2 \
--tgt_prompt="a white handbag" \
--tgt_index=0
|