Skip to content

Commit 0416e77

Browse files
authored
Update readme.md
1 parent 0907637 commit 0416e77

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

readme.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,19 @@ From left to right: Input image | Masked image | SDXL inpainting | Ours
3737
<small><i>The image depicts a scene from the anime series Dragon Ball Z, with the characters Goku, Naruto, and a child version of Gohan sharing a meal of ramen noodles. They are all sitting around a dining table, with Goku and Gohan on one side and Naruto on the other. They are all holding chopsticks and eating the noodles. The table is set with bowls of ramen, cups, and bowls of drinks. The arrangement of the characters and the food creates a sense of camaraderie and shared enjoyment of the meal.</i></small>
3838

3939
## Using with Diffusers
40-
41-
40+
Step1: install diffusers
4241
``` Shell
43-
# install diffusers
4442
pip install diffusers==0.30.2
45-
# clone this repo
43+
```
44+
45+
Step2: clone repo from github
46+
``` Shell
4647
git clone https://github.com/alimama-creative/FLUX-Controlnet-Inpainting.git
47-
# modify the image_path, mask_path, and prompt in main.py. Run:
48-
python main.py
4948
```
5049

50+
Step3: modify the image_path, mask_path, prompt and run
51+
``` Shell
52+
python main.py
53+
```
5154
## LICENSE
5255
Our weights fall under the [FLUX.1 [dev]](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md) Non-Commercial License.

0 commit comments

Comments
 (0)