diff options
author | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2023-07-21 13:56:41 +0000 |
---|---|---|
committer | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2023-07-21 13:56:41 +0000 |
commit | bc91f15ed32ac29c7bdf9e5abbbf02f18d79a1ab (patch) | |
tree | 64bd6d882ef7ff9b97194ca1a0acaef26a2e6369 | |
parent | 118529a6dc9481499ebcd589a9b42f98b58bca8a (diff) | |
download | stable-diffusion-webui-gfx803-bc91f15ed32ac29c7bdf9e5abbbf02f18d79a1ab.tar.gz stable-diffusion-webui-gfx803-bc91f15ed32ac29c7bdf9e5abbbf02f18d79a1ab.tar.bz2 stable-diffusion-webui-gfx803-bc91f15ed32ac29c7bdf9e5abbbf02f18d79a1ab.zip |
typo fix
-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
|