fix #643 shortcut for --strength is -f

This commit is contained in:
mauwii 2022-09-18 16:09:08 +02:00
parent f2c3fba28d
commit 5b4c37e043
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -172,7 +172,7 @@ In addition to the command-line options recognized by txt2img, img2img accepts a
| ------------------- | ---------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| `--init_img <path>` | `-I<path>` | `None` | Path to the initialization image |
| `--fit` | `-F` | `False` | Scale the image to fit into the specified -H and -W dimensions |
| `--strength <float>` | `-s<float>` | `0.75` | How hard to try to match the prompt to the initial image. Ranges from 0.0-0.99,<br>with higher values replacing the initial image completely. |
| `--strength <float>` | `-f<float>` | `0.75` | How hard to try to match the prompt to the initial image. Ranges from 0.0-0.99,<br>with higher values replacing the initial image completely. |
#### inpainting