Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

diffusers
/
controlnet-depth-sdxl-1.0-small

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

Instructions to use diffusers/controlnet-depth-sdxl-1.0-small 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-small with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("diffusers/controlnet-depth-sdxl-1.0-small")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
controlnet-depth-sdxl-1.0-small
1.92 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
sayakpaul's picture
sayakpaul HF Staff
Create README.md
e1ed4cb almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    5.21 kB
    Create README.md almost 3 years ago
  • config.json
    1.26 kB
    add model almost 3 years ago
  • diffusion_pytorch_model.bin
    640 MB
    xet
    add model almost 3 years ago
  • diffusion_pytorch_model.fp16.bin
    320 MB
    xet
    add model almost 3 years ago
  • diffusion_pytorch_model.fp16.safetensors
    320 MB
    xet
    add model almost 3 years ago
  • diffusion_pytorch_model.safetensors
    640 MB
    xet
    add model almost 3 years ago