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

  • Log In
  • Sign Up

diffusers
/
controlnet-depth-sdxl-1.0

Text-to-Image
Diffusers
Safetensors
stable-diffusion-xl
stable-diffusion-xl-diffusers
controlnet
Model card Files Files and versions
xet
Community
11

Instructions to use diffusers/controlnet-depth-sdxl-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use diffusers/controlnet-depth-sdxl-1.0 with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("diffusers/controlnet-depth-sdxl-1.0")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Updated READMe

1
#11 opened over 1 year ago by
jhsin

Hyperparameters and steps to sudden convergence

1
#9 opened about 2 years ago by
brycegoh

Use ImageProcessor

1
#8 opened over 2 years ago by
nielsr

RuntimeError: Error(s) in loading state_dict for ControlNet:

2
#7 opened over 2 years ago by
Nafnlaus

FYI: Python code that runs locally on Apple Silicon Macs (tested successfully on M1 Max with 64 GB RAM)

2
#2 opened over 2 years ago by
MaxJob
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs