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

  • Log In
  • Sign Up

alimama-creative
/
FLUX.1-dev-Controlnet-Inpainting-Alpha

Diffusers
Safetensors
English
Text-to-Image
ControlNet
Inpainting
FLUX
Stable Diffusion
Model card Files Files and versions
xet
Community
9

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

  • Libraries
  • Diffusers

    How to use alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Alpha with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Alpha", 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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Please change this female character's outfit to a white bikini.

#9 opened about 2 months ago by
natto0404

is there any solution for Flux inpainting with lora ?

#8 opened about 1 year ago by
simartem07

An error occurred when using the FluxControlNetInpaintingPipeline function to perform the inpaint task on the image.

#7 opened over 1 year ago by
xxem

Got bad result

👀 1
1
#6 opened over 1 year ago by
liu00

why most flux-controlnet models set num_single_layers=0?

1
#5 opened over 1 year ago by
RaccoonBeta

我尝试了扩图,效果很不理想

2
#4 opened over 1 year ago by
ss996

📢Need help to include Inpaint Controlnet model and Flux Guidance on this Inpaint Workflow.

#3 opened over 1 year ago by
ZeroCool22

Workflow for comfyui?

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