Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Sep 13, 2024
1 parent 30e05f4 commit 97dbfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde/classes/stable/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def can_generate(self, waiting_prompt):
if "flux_1" in model_reference.get_all_model_baselines(self.get_model_names()) and not check_bridge_capability(
"flux", self.bridge_agent
):
logger.debug("bridge_version")
logger.debug(["bridge_version",self.bridge_agent])
return [False, "bridge_version"]
if waiting_prompt.params.get("clip_skip", 1) > 1 and not check_bridge_capability(
"clip_skip",
Expand Down

0 comments on commit 97dbfa1

Please sign in to comment.