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

Duplicated from  lllyasviel/sd-controlnet-canny

kovaIenko
/
sd-controlnet-canny-local

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

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

  • Libraries
  • Diffusers

    How to use kovaIenko/sd-controlnet-canny-local with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("kovaIenko/sd-controlnet-canny-local")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
sd-controlnet-canny-local / images
1.87 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
kovaIenko's picture
kovaIenko
Duplicate from lllyasviel/sd-controlnet-canny
018c64a over 3 years ago
  • bird.png
    1.07 MB
    xet
    Duplicate from lllyasviel/sd-controlnet-canny over 3 years ago
  • bird_canny.png
    29.1 kB
    Duplicate from lllyasviel/sd-controlnet-canny over 3 years ago
  • bird_canny_out.png
    776 kB
    Duplicate from lllyasviel/sd-controlnet-canny over 3 years ago