fix: inference parameters
Browse files
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 ./
|
| 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
|