Other
Diffusers
Safetensors
art
controlnet
stable-diffusion
controlnet-v1-1
inpaint
custom
image-to-image
Instructions to use OrderAndChaos/controlnet-inpaint-endpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use OrderAndChaos/controlnet-inpaint-endpoint with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("OrderAndChaos/controlnet-inpaint-endpoint") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
2feac50 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:208d550a521a9d503c4c1c2fc6cef8341449b0181ddc0027798e7808e0ffc667
size 1445254969
|