working ok

This commit is contained in:
2026-04-16 10:00:37 -04:00
parent 9debc56137
commit 129df7d1fa
24 changed files with 674 additions and 539 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ async def reload_loras(body: dict):
if not entry or "path" not in entry:
continue
target = str(entry.get("target", "both")).lower()
if target not in ("high_noise", "low_noise", "both"):
if target != "both":
target = "both"
specs.append(
LoRASpec(