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

XLabs-AI
/
flux-controlnet-canny-v3

Text-to-Image
Diffusers
English
Stable Diffusion
image-generation
Flux
controlnet
Model card Files Files and versions
xet
Community
13

Instructions to use XLabs-AI/flux-controlnet-canny-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use XLabs-AI/flux-controlnet-canny-v3 with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("XLabs-AI/flux-controlnet-canny-v3")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"fill-in-base-model", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
flux-controlnet-canny-v3
1.5 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 17 commits
gradient-diffusion's picture
gradient-diffusion
Update README.md
89efcb0 verified almost 2 years ago
  • assets
    Upload controlnet_canny_flow_example.png almost 2 years ago
  • .gitattributes
    1.76 kB
    Upload controlnet_canny_flow_example.png almost 2 years ago
  • README.md
    2.04 kB
    Update README.md almost 2 years ago
  • flux-canny-controlnet-v3.safetensors
    1.49 GB
    xet
    Upload flux-canny-controlnet-v3.safetensors with huggingface_hub almost 2 years ago
  • flux-controlnet-canny-v3-workflow.json
    12.1 kB
    Upload flux-controlnet-canny-v3-workflow.json almost 2 years ago