Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add ComfyUI tool for Stable Diffusion #8160

Merged
merged 11 commits into from
Sep 18, 2024
Merged
Prev Previous commit
Next Next commit
Ruff reformat python files
  • Loading branch information
QunBB committed Sep 13, 2024
commit 2120ca0aceac3890f20d37d167075cb1062673d8
1 change: 0 additions & 1 deletion api/core/tools/provider/builtin/comfyui/comfyui.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ def _validate_credentials(self, credentials: dict[str, Any]) -> None:
).validate_models()
except Exception as e:
raise ToolProviderCredentialValidationError(str(e))

Loading
Loading