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

  • Log In
  • Sign Up

XLabs-AI
/
flux-controlnet-canny-diffusers

Text-to-Image
Diffusers
Safetensors
English
controlnet
Flux
image-generation
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Diffusers

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

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("XLabs-AI/flux-controlnet-canny-diffusers")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"black-forest-labs/FLUX.1-dev", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

try to get the example case

3
#2 opened over 1 year ago by
yujieouo

Difference Between flux-controlnet-canny-v3 and flux-controlnet-canny-diffusers

4
#1 opened over 1 year ago by
yzqy66
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs