Commit 7ba8f116 authored by AUTOMATIC1111's avatar AUTOMATIC1111

fix missing restricted_opts from shared

parent aa10faa5
......@@ -38,6 +38,7 @@ face_restorers = []
options_templates = None
opts = None
restricted_opts = None
sd_model: LatentDiffusion = None
......
......@@ -20,6 +20,7 @@ def initialize():
from modules import options, shared_options
shared.options_templates = shared_options.options_templates
shared.opts = options.Options(shared_options.options_templates, shared_options.restricted_opts)
shared.restricted_opts = shared_options.restricted_opts
if os.path.exists(shared.config_filename):
shared.opts.load(shared.config_filename)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment