Update README.md
Browse files
README.md
CHANGED
|
@@ -54,13 +54,18 @@ From left to right: Input image | Masked image | SDXL inpainting | Ours
|
|
| 54 |
|
| 55 |
## Using with Diffusers
|
| 56 |
|
| 57 |
-
|
| 58 |
``` Shell
|
| 59 |
-
# install diffusers
|
| 60 |
pip install diffusers==0.30.2
|
| 61 |
-
|
|
|
|
|
|
|
|
|
|
| 62 |
git clone https://github.com/alimama-creative/FLUX-Controlnet-Inpainting.git
|
| 63 |
-
|
|
|
|
|
|
|
|
|
|
| 64 |
python main.py
|
| 65 |
```
|
| 66 |
|
|
|
|
| 54 |
|
| 55 |
## Using with Diffusers
|
| 56 |
|
| 57 |
+
Step1: install diffusers
|
| 58 |
``` Shell
|
|
|
|
| 59 |
pip install diffusers==0.30.2
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
Step2: clone repo from github
|
| 63 |
+
``` Shell
|
| 64 |
git clone https://github.com/alimama-creative/FLUX-Controlnet-Inpainting.git
|
| 65 |
+
```
|
| 66 |
+
|
| 67 |
+
Step3: modify the image_path, mask_path, prompt and run
|
| 68 |
+
``` Shell
|
| 69 |
python main.py
|
| 70 |
```
|
| 71 |
|