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
I was going through the code in the notebook: 272-paint-by-example.ipynb, I could not find the implementation of preprocess function used in the prepare_latents method of the class OVStableDiffusionInpaintingPipeline
This is definitely missing. Please look into it.
The text was updated successfully, but these errors were encountered:
Thanks for getting back to me. Yes, I know that the notebook works fine with gradio version 3.50.2 because the latest versions don't have the sketch tool for the Image component yet.
Just wanted to point out that the notebook doesn't have the preprocess function, but it still runs smoothly. The reason is that the process_latent function wraps up just before preprocess kicks in, so it doesn't impact anything.
I noticed the same thing in the 236-stable-diffusion-v2-infinite-zoom.ipynb notebook. On the flip side, the 225-stable-diffusion-text-to-image.ipynb notebook has it sorted.
If needed, I can fix it, double-check, and send in a pull request.
I was going through the code in the notebook: 272-paint-by-example.ipynb, I could not find the implementation of
preprocess
function used in theprepare_latents
method of the classOVStableDiffusionInpaintingPipeline
This is definitely missing. Please look into it.
The text was updated successfully, but these errors were encountered: