Skip to content

Commit

Permalink
Merge branch 'staging' of https://github.com/edenartlab/eve into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Jan 6, 2025
2 parents 6fdcceb + 998593c commit 3bbe168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfyui.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def _validate_comfyui_args(self, workflow, tool):
raise Exception(f"Remap parameter {key} is missing original choices: {choices}")

def _inject_args_into_workflow(self, workflow, tool, args):

base_model = "unknown"
# Helper function to validate and normalize URLs
def validate_url(url):
if not isinstance(url, str):
Expand Down

0 comments on commit 3bbe168

Please sign in to comment.