Instructions to use lllyasviel/control_v11p_sd15_inpaint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lllyasviel/control_v11p_sd15_inpaint with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("lllyasviel/control_v11p_sd15_inpaint") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
So where is the instructions how to install this..... ?
#6
by enkerro - opened
I tried everything that was said on the page, nothing works.
Installed diffusers etc, ran the code but it ends to: NameError: name 'DDIMScheduler' is not defined
import the module from huggingface
@enkerro , what exactly didn't work when trying to follow the descriptions here: https://huggingface.co/lllyasviel/control_v11p_sd15_inpaint#example ?
@patrickvonplaten the module wasnt imported