Spaces:
Running
on
Zero
Running
on
Zero
File size: 524 Bytes
0bbe342 |
1 2 3 4 5 6 7 8 9 10 |
python edit.py --source_prompt "A woman hiking on a trail with mountains in the distance, carrying a backpack." \
--target_prompt "A woman hiking on a trail with mountains in the distance, carrying a backpack and holding a hiking stick." \
--guidance 2 \
--source_img_dir 'examples/source/hiking.jpg' \
--num_steps 15 \
--inject 2 --offload \
--name 'flux-dev' \
--output_dir 'examples/edit-result/hiking/'
|