fix: align handling for scheme Fooocus by removing lcm lora from json parsing
This commit is contained in:
parent
f4afc4af10
commit
796cf3c78d
|
|
@ -197,6 +197,7 @@ class FooocusMetadataParser(MetadataParser):
|
|||
def parse_json(self, metadata: dict) -> dict:
|
||||
model_filenames = modules.config.model_filenames.copy()
|
||||
lora_filenames = modules.config.lora_filenames.copy()
|
||||
lora_filenames.remove(modules.config.downloading_sdxl_lcm_lora())
|
||||
|
||||
for key, value in metadata.items():
|
||||
if value == '' or value == 'None':
|
||||
|
|
|
|||
Loading…
Reference in New Issue