d-edit / scripts /sdxl /run_text.sh
afeng's picture
first
d807efd
raw
history blame
No virus
329 Bytes
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