Instructions to use krnl/control_v11p_sd15_inpaint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use krnl/control_v11p_sd15_inpaint with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("krnl/control_v11p_sd15_inpaint") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
73cb404 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:361c0cf3e3d4d13130b12f9b89fe251f9fc9b97e23af1fc277d4003c607fc6c5
size 722698343
|