fix missing restricted_opts from shared

This commit is contained in:
AUTOMATIC1111
2023-08-09 15:06:03 +03:00
parent aa10faa591
commit 7ba8f11688
2 changed files with 2 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ face_restorers = []
options_templates = None
opts = None
restricted_opts = None
sd_model: LatentDiffusion = None