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

goattheman
/
controlnet-sd21-depth-diffusers

Diffusers
Safetensors
English
art
stable diffusion
controlnet
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use goattheman/controlnet-sd21-depth-diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("goattheman/controlnet-sd21-depth-diffusers")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"fill-in-base-model", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
controlnet-sd21-depth-diffusers
1.46 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
goattheman's picture
goattheman
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
1a37eee verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • LICENSE
    0 Bytes
    initial commit almost 2 years ago
  • README.md
    939 Bytes
    Upload 3 files almost 2 years ago
  • config.json
    1.04 kB
    Upload 3 files almost 2 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.HalfStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    729 MB
    xet
    Upload 3 files almost 2 years ago
  • diffusion_pytorch_model.safetensors
    728 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 2 years ago