Spaces:
Running
on
Zero
Running
on
Zero
File size: 472 Bytes
0bbe342 |
1 2 3 4 5 6 7 8 9 |
python edit.py --source_prompt "" \
--target_prompt "a vivid depiction of the Marilyn Monroe, featuring rich, dynamic colors, and a blend of realistic and abstract elements with dynamic splatter art." \
--guidance 2 \
--source_img_dir '/examples/source/art.jpg' \
--num_steps 25 \
--inject 3 \
--name 'flux-dev' \
--output_dir 'examples/edit-result/art/'
|