mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
ComfyUI Plugin - Workflow ERROR #41
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 @Andy-Zyu on GitHub (Mar 5, 2025).
Self Checks
Dify version
1.0.0
Plugin version
ComfyUI v0.0.4
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Use text2Image to run directly. But using a custom workflow will cause the following error:
Failed to transform tool message: PluginInvokeError: {"args":{},"error_type":"UnsupportedProtocol","message":"Request URL is missing an 'http://' or 'https://' protocol."}
✔️ Error log
No response
@xiaowuzicode commented on GitHub (Mar 18, 2025):
same question
@gozq commented on GitHub (Mar 19, 2025):
I had the same problem after uploading a custom plugin, but everything worked fine when I debugged it before packaging.
I have tried previous versions and they all have this problem:
1.0.0
1.0.1
1.1.0
@sunxiaoyu12 commented on GitHub (Mar 20, 2025):
same problem,have u solved this question?
@hibernate2011 commented on GitHub (Mar 20, 2025):
Try to set FILES_URL to your local base url in env file,same error solved
@sunxiaoyu12 commented on GitHub (Mar 20, 2025):
@hibernate2011 My PDF parsing service and Dify are deployed in two different Docker containers on the same server. Now I have connected the PDF parsing service to Dify. When I upload a file in the Dify chatflow, this problem occurs. How should I configure FILES_URL?
@hibernate2011 commented on GitHub (Mar 20, 2025):
set dify docker container, solve this error first, you can checkout the env description in .env.example
@FANBUG01 commented on GitHub (Mar 21, 2025):
The same problem occurs when using Comfyui text to generate images, but this error occurs when images need to be returned to the Comfyui workflow as loading image nodes.
@LoserCoderLi commented on GitHub (Mar 22, 2025):
Can you tell me how to operate it in detail? After I connect to ComfyUI, this problem will also occur when uploading pictures. How to solve it
@LoserCoderLi commented on GitHub (Mar 22, 2025):
我也是遇到这个问题
@Nikoni5151 commented on GitHub (Apr 12, 2025):
@gozq @xiaowuzicode @sunxiaoyu12 @LoserCoderLi @FANBUG01
set this in .env file (line 42)
FILES_URL=http://host.docker.internalthen re-compose your container by executing
docker compose up -din cmdthe .env file should be at /dify/docker path. if not exist, copy .env.example and rename it to .env
@Nikoni5151 commented on GitHub (Apr 12, 2025):
NOT EVERYONE using dify knows Docker well. Devs may should add this in this documentation
https://docs.dify.ai/guides/tools/tool-configuration/comfyui#id-6.-image-input