mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
Comfyui workflow node error timeout #770
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WUW9150 on GitHub (Nov 2, 2025).
Self Checks
Dify version
1.9.1
Plugin version
0.32
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
✔️ Error log
Run failed: An error occurred in the plugin, please contact the author of langgenius/comfyui/comfyui for help, error type: ReadTimeout, error details: timed out
@dosubot[bot] commented on GitHub (Nov 2, 2025):
Hi @WUW9150! I'm Dosu and I’m helping the dify-official-plugins team.
Your ComfyUI workflow timeout is likely caused by the workflow JSON format or node compatibility. The plugin expects the workflow to use the
nodesandlinksarrays format (exported from ComfyUI using "Save(API Format)" with Dev Mode enabled). Using numbered keys or hardcoded image names inLoadImagenodes can prevent the plugin from mapping uploaded files, resulting in timeouts. Upgrading to ComfyUI plugin v0.2.6+ is recommended, as it improves compatibility and file mapping. Also, check that your Docker.envhasFILES_URLset to an accessible address and restart your containers after changes. Certain node types (likeFluxKontextMultiReferenceLatentMethod) can also cause conversion failures in the plugin and should be avoided if possible. For more details and step-by-step fixes, see this issue and solution.If you need to increase the timeout for plugin execution, set
PLUGIN_MAX_EXECUTION_TIMEOUTandPYTHON_ENV_INIT_TIMEOUTin yourdocker-compose.yamlunder theplugin_daemonsection and restart your containers. See this configuration advice.To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
