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

  • Log In
  • Sign Up

wuutiing2
/
flux_controlnet_training_example

Image-to-Image
Diffusers
Safetensors
English
controlnet
Controlnet
Model card Files Files and versions
xet
Community

Instructions to use wuutiing2/flux_controlnet_training_example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use wuutiing2/flux_controlnet_training_example with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("wuutiing2/flux_controlnet_training_example")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"black-forest-labs/FLUX.1-dev", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
flux_controlnet_training_example
5.77 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
wuutiing2's picture
wuutiing2
.
ec3bf43 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.35 kB
    Update README.md about 1 year ago
  • config.json
    462 Bytes
    . about 1 year ago
  • diffusion_pytorch_model.safetensors
    5.77 GB
    xet
    Upload folder using huggingface_hub about 1 year ago