File size: 1,248 Bytes
d82784d
 
 
 
 
 
 
 
00cde65
d82784d
 
 
 
c744305
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: Flux Inpaint Controlnet
emoji: 🌍
colorFrom: indigo
colorTo: gray
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
hf_oauth: true
pinned: false
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
=======
# Flux Inpaint AI Model

This Space demonstrates the Flux inpaint AI model, which uses ControlNet for image inpainting tasks.

## How to use

1. Upload an input image
2. Upload a mask image (white areas will be inpainted)
3. Enter a prompt describing the desired output
4. Adjust the sliders for fine-tuning (optional)
5. Click "Submit" to generate the inpainted image

## Model Details

This Space uses the following models:
- Base model: black-forest-labs/FLUX.1-dev
- ControlNet model: YishaoAI/flux-dev-controlnet-canny-kid-clothes

The inpainting process uses a Canny edge detector for additional control.

## Parameters

- Strength: Controls the strength of the inpainting effect (0-1)
- Number of Inference Steps: More steps can lead to better quality but slower generation
- Guidance Scale: Controls how closely the image follows the prompt
- ControlNet Conditioning Scale: Adjusts the influence of the ControlNet model

Enjoy experimenting with the Flux Inpaint AI Model!