Fix downloads and tests on Linux

This commit is contained in:
doctorpangloss
2025-08-22 18:29:12 -07:00
parent 7ce781b0fd
commit e84bf5f025
3 changed files with 11 additions and 5 deletions
+2 -1
View File
@@ -755,7 +755,8 @@ class DualCFGGuider:
"negative": ("CONDITIONING", ),
"cfg_conds": ("FLOAT", {"default": 8.0, "min": 0.0, "max": 100.0, "step":0.1, "round": 0.01}),
"cfg_cond2_negative": ("FLOAT", {"default": 8.0, "min": 0.0, "max": 100.0, "step":0.1, "round": 0.01}),
"style": (["regular", "nested"],),
}, "optional": {
"style": (["regular", "nested"], {"default": "regular"}),
}
}