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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

diffusers
/
controlnet-zoe-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
6

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

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("diffusers/controlnet-zoe-depth-sdxl-1.0")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
controlnet-zoe-depth-sdxl-1.0
2.5 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 17 commits
a-r-r-o-w's picture
a-r-r-o-w
tolgacangoz's picture
tolgacangoz
Fix cpu offloading (#5)
da3ed44 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    4.77 kB
    Fix cpu offloading (#5) almost 2 years ago
  • barbie.png
    659 kB
    Upload barbie.png almost 3 years ago
  • config.json
    1.28 kB
    add model almost 3 years ago
  • diffusion_pytorch_model.safetensors
    2.5 GB
    xet
    add model almost 3 years ago
  • photo-woman.png
    636 kB
    Upload photo-woman.png almost 3 years ago
  • zoe-depth-example.png
    552 kB
    Upload zoe-depth-example.png almost 3 years ago
  • zoe-megatron.png
    487 kB
    Upload zoe-megatron.png almost 3 years ago