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

lllyasviel
/
sd-controlnet-hed

Image-to-Image
Diffusers
Safetensors
art
controlnet
stable-diffusion
Model card Files Files and versions
xet
Community
5

Instructions to use lllyasviel/sd-controlnet-hed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use lllyasviel/sd-controlnet-hed with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("lllyasviel/sd-controlnet-hed")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
sd-controlnet-hed / images
1.58 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
patrickvonplaten's picture
patrickvonplaten
README update (#1)
08db982 over 3 years ago
  • man.png
    773 kB
    Upload 26 files over 3 years ago
  • man_hed.png
    118 kB
    Upload 26 files over 3 years ago
  • man_hed_out.png
    689 kB
    README update (#1) over 3 years ago