StableCascade icon indicating copy to clipboard operation
StableCascade copied to clipboard

image to image inference?

Open Michael-F-Ellis opened this issue 2 years ago • 0 comments

Is there any support for image-to-image via the gradio app? Specifically, I see from the diffusers docs at HF that the prior pipeline superclass has an images parameter and describes it as being one or more images that guide the inference.

Will anything useful happen if I pass an image and strength value as parameters to generate_prior in app.py? It sounds too simple to be correct, so I suspect it isn't. If that's the case, what do I actually need to do?

Thanks!

Michael-F-Ellis avatar Mar 08 '24 14:03 Michael-F-Ellis