diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-21 15:01:20 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-25 13:19:22 +0000 |
commit | 636ff513b0b5939f15456b82abd2e99951f6e3c1 (patch) | |
tree | 44e67a15b5c44e55bfd54c13dcd0213426b4e3aa /modules/scripts.py | |
parent | 51206edb620b098f286cc33fab748ab90c5b20d4 (diff) | |
download | stable-diffusion-webui-gfx803-636ff513b0b5939f15456b82abd2e99951f6e3c1.tar.gz stable-diffusion-webui-gfx803-636ff513b0b5939f15456b82abd2e99951f6e3c1.tar.bz2 stable-diffusion-webui-gfx803-636ff513b0b5939f15456b82abd2e99951f6e3c1.zip |
Merge pull request #11920 from wfjsw/typo-fix-1
typo fix
Diffstat (limited to 'modules/scripts.py')
-rw-r--r-- | modules/scripts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/scripts.py b/modules/scripts.py index 7d9dd59f..f34240a0 100644 --- a/modules/scripts.py +++ b/modules/scripts.py @@ -119,7 +119,7 @@ class Script: def after_extra_networks_activate(self, p, *args, **kwargs):
"""
- Calledafter extra networks activation, before conds calculation
+ Called after extra networks activation, before conds calculation
allow modification of the network after extra networks activation been applied
won't be call if p.disable_extra_networks
|