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

lllyasviel
/
sd-controlnet-normal

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

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

  • Libraries
  • Diffusers

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

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("lllyasviel/sd-controlnet-normal")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
sd-controlnet-normal / images
619 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
patrickvonplaten's picture
patrickvonplaten
README update (#1)
5d5c441 about 3 years ago
  • toy.png
    312 kB
    Upload 26 files about 3 years ago
  • toy_normal.png
    90.1 kB
    Upload 26 files about 3 years ago
  • toy_normal_out.png
    217 kB
    README update (#1) about 3 years ago