Closed SahilCarterr closed 4 months ago
Hi @SahilCarterr - thanks for the update, good work!
A few comments:
0.29.0
, currently importing the main pipeline results in ModuleNotFoundError: No module named 'diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion_controlnet'
, so a few more fixes are needed. I can do this later, or maybe you would like to?Hello @mikonvergence i have updated the ControlNet-with-Inpaint-Demo.ipynb
to run on local machine and fixed import errors in ControlNet-with-Inpaint-Demo-colab.ipynb
@mikonvergence
Hi, this repo contains a custom solution for StableDiffusionControlNetInpaintPipeline
that was created and published before a similar solution was incorporated into diffusers
. For the sake of the record, and the fact that the implementations are somewhat different, I never deleted the repo and its purpose is still the same, which is an independent implementation of the pipeline.
Hence, importing the object from the main library defeats the whole purpose of this repo:
from diffusers import StableDiffusionControlNetInpaintPipeline ####changed-----
I cannot merge if the changes simply bypass the entire source code in src/
, sorry! Thanks for the input!
PR for Updated ControlNet-with-Inpaint-Demo.colab.ipynb
Description:
This pull request updates the
ControlNet-with-Inpaint-Demo.colab.ipynb
notebook with the following changes:diffusers
library to version 0.29.0.HEDdetector
for edge detection. (lllyasviel/Annotators
)Detailed changes:
diffusers
is installed, update the version to0.29.0
:HEDdetector
is loaded, update the pre-trained model name:Testing:
I have tested these changes locally and the notebook runs successfully Notebook with images here
Please review these changes and merge them if approved.
Thanks,