d-edit / scripts /sdxl /run_recon.sh
afeng's picture
first
d807efd
raw
history blame
No virus
253 Bytes
export IMAGE_NAME="example1"
python main.py --name=$IMAGE_NAME \
--dpm="sdxl" \
--resolution=1024 \
--num_tokens=5 \
--load_trained \
--recon \
--seed=20 \
--guidance_scale=3 \
--num_sampling_step=20 \
--num_imgs=2 \