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
"runwayml/stable-diffusion-v1-5 " taken down
#16
by muhammad-mujtaba-ai - opened
Those who are using it after August 2024, "runwayml/stable-diffusion-v1-5 " is taken down. Use other instead of this.
like what