Spaces:
Running
on
Zero
Running
on
Zero
File size: 525 Bytes
0bbe342 |
1 2 3 4 5 6 7 8 9 10 |
python edit.py --source_prompt "A young boy is riding a brown horse in a countryside field, with a large tree in the background." \
--target_prompt "A young boy is riding a camel in a countryside field, with a large tree in the background." \
--guidance 2 \
--source_img_dir 'examples/source/horse.jpg' \
--num_steps 15 \
--inject 3 --offload \
--name 'flux-dev' \
--output_dir 'examples/edit-result/horse/'
|