ljp commited on
Commit
1b25fd4
1 Parent(s): 60c227f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
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
- # clone this repo
 
 
 
62
  git clone https://github.com/alimama-creative/FLUX-Controlnet-Inpainting.git
63
- # modify the image_path, mask_path, and prompt in main.py. Run:
 
 
 
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