working ok
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user