chore: ruff

This commit is contained in:
psychedelicious 2024-03-01 23:12:45 +11:00
parent 2411bf53c0
commit 94e1e64296

View File

@ -134,10 +134,6 @@ class ModelMerger(object):
"normal"
), 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
base_models.add(info.base)
model_paths.extend([config.models_path / info.path])