Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • 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
2.89 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 17 commits
patrickvonplaten's picture
patrickvonplaten
Update README.md
1cbed9b about 3 years ago
  • images
    README update (#1) about 3 years ago
  • .gitattributes
    1.53 kB
    Upload 26 files about 3 years ago
  • README.md
    12.3 kB
    Update README.md about 3 years ago
  • config.json
    920 Bytes
    new embedding model format about 3 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.45 GB
    xet
    new embedding model format about 3 years ago
  • diffusion_pytorch_model.safetensors
    1.45 GB
    xet
    Adding `safetensors` variant of this model (#2) about 3 years ago
  • sd.png
    59.5 kB
    Upload sd.png about 3 years ago