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

  • Log In
  • Sign Up

XLabs-AI
/
flux-controlnet-hed-v3

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

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

  • Libraries
  • Diffusers

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

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("XLabs-AI/flux-controlnet-hed-v3")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"fill-in-base-model", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Can we do inpainting along with controlnet?

#3 opened over 1 year ago by
sean-mediabox

DoubleStreamBlock' object has no attribute 'processor'

#2 opened over 1 year ago by
Kdawg5000

fixed broken license link

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