-
Notifications
You must be signed in to change notification settings - Fork 11k
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
When using siliconcloud text2image: run failed #14614
Comments
Hey, @amoycode! I'm a bot here to help you with bugs, questions, and becoming a contributor. Let's tackle this issue together while we wait for a human maintainer. The error message indicates that the built-in provider "langgenius/siliconflow_tool/siliconflow" is not found, which is causing the failure in running the Stable Diffusion node. This typically happens when the tool provider is not registered or defined correctly in the Dify platform. To resolve this issue, you should check the following:
By ensuring that the provider is correctly registered and configured, you should be able to resolve the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Please try to install the plugin from the market place. |
Self Checks
Dify version
1.0.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
api-1 | 2025-03-01 09:08:34.076 ERROR [Thread-28 (_generate_worker)] [graph_engine.py:832] - Node Stable Diffusion run failed
api-1 | Traceback (most recent call last):
api-1 | File "/app/api/core/workflow/graph_engine/graph_engine.py", line 643, in _run_node
api-1 | for item in generator:
api-1 | ^^^^^^^^^
api-1 | File "/app/api/core/workflow/nodes/base/node.py", line 84, in run
api-1 | yield from result
api-1 | File "/app/api/core/workflow/nodes/tool/tool_node.py", line 64, in _run
api-1 | tool_runtime = ToolManager.get_workflow_tool_runtime(
api-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
api-1 | File "/app/api/core/tools/tool_manager.py", line 361, in get_workflow_tool_runtime
api-1 | tool_runtime = cls.get_tool_runtime(
api-1 | ^^^^^^^^^^^^^^^^^^^^^
api-1 | File "/app/api/core/tools/tool_manager.py", line 204, in get_tool_runtime
api-1 | raise ToolProviderNotFoundError(f"builtin provider {provider_id} not found")
api-1 | core.tools.errors.ToolProviderNotFoundError: builtin provider langgenius/siliconflow_tool/siliconflow not found
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: