Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ This repository provides a Inpainting ControlNet checkpoint for [FLUX.1-dev](htt
|
|
23 |
|
24 |
* The model was trained on 12M laion2B and internal source images at resolution 768x768. The inference performs best at this size, with other sizes yielding suboptimal results.
|
25 |
|
26 |
-
* The recommended controlnet_conditioning_scale is 0.95.
|
27 |
|
28 |
* **Please note: This is only the alpha version during the training process. We will release an updated version when we feel ready.**
|
29 |
|
@@ -56,11 +56,11 @@ From left to right: Input image | Masked image | SDXL inpainting | Ours
|
|
56 |
|
57 |
``` Shell
|
58 |
# install diffusers
|
59 |
-
pip install
|
60 |
# clone this repo
|
61 |
-
git clone https://github.com/
|
62 |
-
#
|
63 |
-
python main.py
|
64 |
```
|
65 |
|
66 |
## LICENSE
|
|
|
23 |
|
24 |
* The model was trained on 12M laion2B and internal source images at resolution 768x768. The inference performs best at this size, with other sizes yielding suboptimal results.
|
25 |
|
26 |
+
* The recommended controlnet_conditioning_scale is 0.9 - 0.95.
|
27 |
|
28 |
* **Please note: This is only the alpha version during the training process. We will release an updated version when we feel ready.**
|
29 |
|
|
|
56 |
|
57 |
``` Shell
|
58 |
# install diffusers
|
59 |
+
pip install diffusers==0.30.2
|
60 |
# clone this repo
|
61 |
+
git clone https://github.com/alimama-creative/FLUX-Controlnet-Inpainting.git
|
62 |
+
# modify the image_path, mask_path, and prompt in main.py. Run:
|
63 |
+
python main.py
|
64 |
```
|
65 |
|
66 |
## LICENSE
|