stable_diffusion.openvino icon indicating copy to clipboard operation
stable_diffusion.openvino copied to clipboard

Parameter for multiple image generation like --images 100

Open chaos4455 opened this issue 3 years ago • 3 comments

Please, if possible i will ask to you please develop a function that make possible to make multiple images. Thanks.

chaos4455 avatar Sep 08 '22 07:09 chaos4455

Make a text file, put all your prompts in it, you can repeat the same prompt multiple times, make series of different prompts, whatever, copy the whole list and paste into Python and hit enter :


python V:\Stable_diffusion_openvino\stable_diffusion.openvino\demo.py --prompt "here's your prompt" --output "here's your file name_1.png" --num-inference-steps 16

python V:\Stable_diffusion_openvino\stable_diffusion.openvino\demo.py --prompt "here's your prompt again" --output "here's your file name_2.png" --num-inference-steps 16

python V:\Stable_diffusion_openvino\stable_diffusion.openvino\demo.py --prompt "here's your next prompt" --output "here's your file name_3.png" --num-inference-steps 16


It will run through the entire list.

Zoranvedek avatar Sep 08 '22 22:09 Zoranvedek

See also https://github.com/bes-dev/stable_diffusion.openvino/issues/36

xeruf avatar Sep 09 '22 02:09 xeruf

Thanks firends :-)

chaos4455 avatar Sep 09 '22 15:09 chaos4455