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
controlnet-inpaint-dreamer-sdxl
15 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
destitech's picture
destitech
Upload config.json
e373881 verified about 2 years ago
  • base-images
    images over 2 years ago
  • generated-images
    model card + model over 2 years ago
  • tests
    model card + model over 2 years ago
  • v2
    Upload config.json about 2 years ago
  • workflows
    model card + model over 2 years ago
  • .gitattributes
    1.68 kB
    added new model version about 2 years ago
  • README.md
    3.21 kB
    updated readme about 2 years ago
  • config.json
    1.23 kB
    fp16 version and diffusers compatibility about 2 years ago
  • diffusion_pytorch_model.fp16.safetensors
    2.5 GB
    xet
    fp16 version and diffusers compatibility about 2 years ago
  • diffusion_pytorch_model.safetensors
    5 GB
    xet
    fp16 version and diffusers compatibility about 2 years ago