FireRedTeam commited on
Commit
0aea9d5
·
verified ·
1 Parent(s): 1f1cf11

fix: inference parameters

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -99,7 +99,7 @@ pip install git+https://github.com/huggingface/diffusers
99
  2. Use the following code snippets to generate or edit images.
100
  ```
101
  python inference.py \
102
- --input_image ./example/edit_example.png \
103
  --prompt "在书本封面Python的下方,添加一行英文文字2nd Edition" \
104
  --output_image output_edit.png \
105
  --seed 43
 
99
  2. Use the following code snippets to generate or edit images.
100
  ```
101
  python inference.py \
102
+ --input_image ./examples/edit_example.png \
103
  --prompt "在书本封面Python的下方,添加一行英文文字2nd Edition" \
104
  --output_image output_edit.png \
105
  --seed 43