Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

destitech
/
controlnet-inpaint-dreamer-sdxl

Image-to-Image
Diffusers
Safetensors
art
controlnet
stable-diffusion
stable-diffusion-xl
Model card Files Files and versions
xet
Community
7

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

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
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs