mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-06-30 21:09:33 +08:00
wrong keys
This commit is contained in:
parent
0118004dd6
commit
313ad8ea8e
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,7 @@ from modules_forge.shared import Preprocessor, PreprocessorParameter, add_prepro
|
||||
class LegacyPreprocessor(Preprocessor):
|
||||
def __init__(self, legacy_dict):
|
||||
super().__init__()
|
||||
self.name = legacy_dict['name']
|
||||
self.name = legacy_dict['label']
|
||||
self.call_function = legacy_dict['call_function']
|
||||
self.unload_function = legacy_dict['unload_function']
|
||||
self.managed_model = legacy_dict['managed_model']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user