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

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
11.4 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 15 commits
kmcgrath's picture
kmcgrath
Test StableDiffusionControlNetModel pipeline model_index.json
79ceeb9 over 3 years ago
  • controlnet
    Test StableDiffusionControlNetModel pipeline model_index.json over 3 years ago
  • feature_extractor
    Test StableDiffusionControlNetModel pipeline model_index.json over 3 years ago
  • images
    update README (#1) over 3 years ago
  • scheduler
    Test StableDiffusionControlNetModel pipeline model_index.json over 3 years ago
  • text_encoder
    Test StableDiffusionControlNetModel pipeline model_index.json over 3 years ago
  • tokenizer
    Test StableDiffusionControlNetModel pipeline model_index.json over 3 years ago
  • unet
    Test StableDiffusionControlNetModel pipeline model_index.json over 3 years ago
  • vae
    Test StableDiffusionControlNetModel pipeline model_index.json over 3 years ago
  • .gitattributes
    1.53 kB
    Upload 26 files over 3 years ago
  • README.md
    11.6 kB
    Update README.md over 3 years ago
  • config.json
    920 Bytes
    new embedding model format over 3 years ago
  • model_index.json
    582 Bytes
    Test StableDiffusionControlNetModel pipeline model_index.json over 3 years ago
  • model_index_backup.json
    582 Bytes
    Test StableDiffusionControlNetModel pipeline model_index.json over 3 years ago
  • pytorch_model.bin
    1.45 GB
    xet
    Add model_index.json, rename pytorch_model.bin over 3 years ago
  • sd.png
    59.5 kB
    Upload sd.png over 3 years ago