Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Socek <daniel.socek@intel.com>
  • Loading branch information
dsocek committed Nov 27, 2024
1 parent bf2b71e commit 20cf7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/stable-diffusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,8 @@ python image_to_image_generation.py \
--model_name_or_path "black-forest-labs/FLUX.1-dev" \
--src_image_path "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png" \
--prompts "cat wizard, gandalf, lord of the rings, detailed, fantasy, cute, adorable, Pixar, Disney, 8k" \
--num_images_per_prompt 20 \
--batch_size 4 \
--num_images_per_prompt 40 \
--batch_size 10 \
--strength 0.9 \
--guidance_scale 3.5 \
--num_inference_steps 30 \
Expand Down

0 comments on commit 20cf7ef

Please sign in to comment.