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

  • Log In
  • Sign Up

InstantX
/
FLUX.1-dev-Controlnet-Union

Diffusers
Safetensors
Text-to-Image
ControlNet
Diffusers
Stable Diffusion
Model card Files Files and versions
xet
Community
37

Instructions to use InstantX/FLUX.1-dev-Controlnet-Union with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use InstantX/FLUX.1-dev-Controlnet-Union with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("InstantX/FLUX.1-dev-Controlnet-Union", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
FLUX.1-dev-Controlnet-Union / images
10 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
wangqixun's picture
wangqixun
Upload 9 files
100fb41 verified over 1 year ago
  • blur.jpg
    69.8 kB
    Upload 14 files over 1 year ago
  • canny.jpg
    196 kB
    Upload 14 files over 1 year ago
  • depth.jpg
    18.1 kB
    Upload 14 files over 1 year ago
  • gray.jpg
    118 kB
    Upload 14 files over 1 year ago
  • image_demo_blur.jpg
    233 kB
    Upload 9 files over 1 year ago
  • image_demo_canny.jpg
    385 kB
    Upload 9 files over 1 year ago
  • image_demo_depth.jpg
    139 kB
    Upload 9 files over 1 year ago
  • image_demo_gray.jpg
    231 kB
    Upload 9 files over 1 year ago
  • image_demo_lq.jpg
    260 kB
    Upload 9 files over 1 year ago
  • image_demo_pose.jpg
    119 kB
    Upload 9 files over 1 year ago
  • image_demo_tile.jpg
    259 kB
    Upload 9 files over 1 year ago
  • image_union.png
    5.58 MB
    xet
    Upload 9 files over 1 year ago
  • images_flux_controlnet_union.drawio
    2.17 MB
    Upload 9 files over 1 year ago
  • lq.jpg
    106 kB
    Upload 14 files over 1 year ago
  • pose.jpg
    22 kB
    Upload 14 files over 1 year ago
  • tile.jpg
    105 kB
    Upload 14 files over 1 year ago