Instructions to use destitech/controlnet-inpaint-dreamer-sdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use destitech/controlnet-inpaint-dreamer-sdxl with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("destitech/controlnet-inpaint-dreamer-sdxl") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
How to keep original image unmodified
1
#7 opened almost 2 years ago
by
manurare
Expanding on the synthetic inpainting training dataset
1
#6 opened about 2 years ago
by
Wakeme
how to train a inpaint controlnet model
🔥❤️ 2
5
#2 opened over 2 years ago
by
demo001s