Skip to content

Commit

Permalink
docs: switch from original to input for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Nov 9, 2022
1 parent 97fb9a4 commit 1a8a2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Other options:
* `--negative-prompt [NEGATIVE_PROMPT]`: the prompt to not render into an image
(default `None`)
* `--skip`: skip safety checker (default is the safety checker is on)
* `--strength [STRENGTH]`: diffusion strength to apply to the original image
* `--strength [STRENGTH]`: diffusion strength to apply to the input image
(default 0.75)
* `--token [TOKEN]`: specify a Huggingface user access token at the command line
instead of reading it from a file (default is a file)
Expand Down
2 changes: 1 addition & 1 deletion docker-entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def main():
"--strength",
type=float,
default=0.75,
help="Diffusion strength to apply to the original image",
help="Diffusion strength to apply to the input image",
)
parser.add_argument(
"--token", type=str, nargs="?", help="Huggingface user access token"
Expand Down

0 comments on commit 1a8a2d4

Please sign in to comment.