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

  • Log In
  • Sign Up

lllyasviel
/
sd-controlnet-scribble

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

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

  • Libraries
  • Diffusers

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

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("lllyasviel/sd-controlnet-scribble")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
sd-controlnet-scribble
2.89 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 16 commits
patrickvonplaten's picture
patrickvonplaten
Update README.md
864edcd about 3 years ago
  • images
    update README (#1) about 3 years ago
  • .gitattributes
    1.53 kB
    Upload 26 files about 3 years ago
  • README.md
    11.6 kB
    Update README.md about 3 years ago
  • config.json
    920 Bytes
    new embedding model format about 3 years ago
  • diffusion_pytorch_model.bin
    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 (#3) about 3 years ago
  • sd.png
    59.5 kB
    Upload sd.png about 3 years ago