diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-09 12:06:03 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-09 12:06:03 +0000 |
commit | 7ba8f11688bee1a04b48d8108627fd25ada69721 (patch) | |
tree | 02c1dc953d08129d6fe4d3338df002e8c3f80433 /modules/shared.py | |
parent | aa10faa591f1ca0bd93ae3d53a0a4c15a3fbaf82 (diff) | |
download | stable-diffusion-webui-gfx803-7ba8f11688bee1a04b48d8108627fd25ada69721.tar.gz stable-diffusion-webui-gfx803-7ba8f11688bee1a04b48d8108627fd25ada69721.tar.bz2 stable-diffusion-webui-gfx803-7ba8f11688bee1a04b48d8108627fd25ada69721.zip |
fix missing restricted_opts from shared
Diffstat (limited to 'modules/shared.py')
-rw-r--r-- | modules/shared.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shared.py b/modules/shared.py index 8ba72f49..d9d01484 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -38,6 +38,7 @@ face_restorers = [] options_templates = None
opts = None
+restricted_opts = None
sd_model: LatentDiffusion = None
|