mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore: ruff
This commit is contained in:
parent
2411bf53c0
commit
94e1e64296
@ -134,10 +134,6 @@ class ModelMerger(object):
|
|||||||
"normal"
|
"normal"
|
||||||
), f"{info.name} ({info.key}) is a {info.variant} model, which cannot currently be merged"
|
), f"{info.name} ({info.key}) is a {info.variant} model, which cannot currently be merged"
|
||||||
|
|
||||||
# pick up the first model's vae
|
|
||||||
if key == model_keys[0]:
|
|
||||||
vae = info.vae
|
|
||||||
|
|
||||||
# tally base models used
|
# tally base models used
|
||||||
base_models.add(info.base)
|
base_models.add(info.base)
|
||||||
model_paths.extend([config.models_path / info.path])
|
model_paths.extend([config.models_path / info.path])
|
||||||
|
Loading…
Reference in New Issue
Block a user