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

How to output two separate files??

Open Zoranvedek opened this issue 3 years ago • 2 comments

Here's what I'm trying to do:

--init-image "white_noise_1.png" --prompt "white noise" --output "white_noise_1.png" --output "ani__001.png" --num-inference-steps 4

...it should be fairly obvious, but what I'm looking to achieve is using an initial image, write over the initial image, and output a second file with the incremental change, pull in the new initial image, wash rinse repeat, effectively giving me an animated sequence of incremental steps. So one image will get written over and reloaded each time it runs, while still saving incremental changes.

...using "--output" twice isn't working, and I don't know enough about the syntax involved in order to get it to work otherwise--honestly, I'm not sure if it will work. Any help is appreciated, but speak slowly and use small words.

Zoranvedek avatar Oct 21 '22 06:10 Zoranvedek