mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-15 14:50:55 -08:00
fix: update shared.opts.data when add_option
Signed-off-by: AnyISalIn <anyisalin@gmail.com>
This commit is contained in:
parent
d39440bfb9
commit
317d00b2a6
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ class Options:
|
|||
|
||||
def add_option(self, key, info):
|
||||
self.data_labels[key] = info
|
||||
self.data[key] = info.default
|
||||
|
||||
def reorder(self):
|
||||
"""reorder settings so that all items related to section always go together"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue