stable_diffusion.openvino
                                
                                 stable_diffusion.openvino copied to clipboard
                                
                                    stable_diffusion.openvino copied to clipboard
                            
                            
                            
                        How to output two separate files??
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.