You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: