diff options
author | space-nuko <24979496+space-nuko@users.noreply.github.com> | 2022-12-13 22:32:26 +0000 |
---|---|---|
committer | space-nuko <24979496+space-nuko@users.noreply.github.com> | 2022-12-13 22:32:26 +0000 |
commit | 5f407ebd61bb5c1ca025c5d7fa642e32ac0526ce (patch) | |
tree | 954944460aec0349822601e81e5697e8bf5f3dfa /modules/generation_parameters_copypaste.py | |
parent | 1fcb9595143fc352240635959ea5b9929c02dca6 (diff) | |
download | stable-diffusion-webui-gfx803-5f407ebd61bb5c1ca025c5d7fa642e32ac0526ce.tar.gz stable-diffusion-webui-gfx803-5f407ebd61bb5c1ca025c5d7fa642e32ac0526ce.tar.bz2 stable-diffusion-webui-gfx803-5f407ebd61bb5c1ca025c5d7fa642e32ac0526ce.zip |
Fix comment
Diffstat (limited to 'modules/generation_parameters_copypaste.py')
-rw-r--r-- | modules/generation_parameters_copypaste.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/generation_parameters_copypaste.py b/modules/generation_parameters_copypaste.py index a33f8d5c..fbd91300 100644 --- a/modules/generation_parameters_copypaste.py +++ b/modules/generation_parameters_copypaste.py @@ -146,7 +146,7 @@ def find_hypernetwork_key(hypernet_name, hypernet_hash=None): Example: an infotext provides "Hypernet: ke-ta" and "Hypernet hash: 1234abcd". For the "Hypernet" config
parameter this means there should be an entry that looks like "ke-ta-10000(1234abcd)" to set it to.
- If the infotext has no hash, then a hypernet with the same name and the most steps will be selected instead.
+ If the infotext has no hash, then a hypernet with the same name will be selected instead.
"""
hypernet_name = hypernet_name.lower()
if hypernet_hash is not None:
|