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

kmcgrath
/
sd-controlnet-canny-fork

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

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

  • Libraries
  • Diffusers

    How to use kmcgrath/sd-controlnet-canny-fork with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("kmcgrath/sd-controlnet-canny-fork")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
sd-controlnet-canny-fork / images
1.87 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 2 commits
patrickvonplaten's picture
patrickvonplaten
update README (#1)
ee5d4ef over 3 years ago
  • bird.png
    1.07 MB
    xet
    Upload 26 files over 3 years ago
  • bird_canny.png
    29.1 kB
    Upload 26 files over 3 years ago
  • bird_canny_out.png
    776 kB
    update README (#1) over 3 years ago