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

stabilityai
/
stable-diffusion-3.5-large-controlnet-depth

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

Instructions to use stabilityai/stable-diffusion-3.5-large-controlnet-depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use stabilityai/stable-diffusion-3.5-large-controlnet-depth with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("stabilityai/stable-diffusion-3.5-large-controlnet-depth")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"fill-in-base-model", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
stable-diffusion-3.5-large-controlnet-depth
Ctrl+K
Ctrl+K
  • 3 contributors
History: 10 commits
YiYiXu's picture
YiYiXu HF Staff
up
1c503ed over 1 year ago
  • .gitattributes
    1.56 kB
    Initial commit over 1 year ago
  • LICENSE.md
    11.7 kB
    Initial commit over 1 year ago
  • README.md
    8.84 kB
    up over 1 year ago
  • config.json
    554 Bytes
    add weights over 1 year ago
  • diffusion_pytorch_model.safetensors
    8.61 GB
    xet
    add weights over 1 year ago
  • header.png
    1.96 MB
    xet
    Initial commit over 1 year ago
  • sample_cond.png
    200 kB
    xet
    Update result image and README over 1 year ago
  • sample_result.png
    1.5 MB
    xet
    rename image over 1 year ago