ComfyUI_frontend icon indicating copy to clipboard operation
ComfyUI_frontend copied to clipboard

add fetch node

Open jtydhr88 opened this issue 7 months ago • 3 comments

Add one fetch node. Why do we need this node? In certain situations, such as in cloud environments (RunningHub, ComfyDeploy, etc.), users cannot directly access the local disk. For some nodes, like the upcoming Tripo convert node which only provides functionality to save to local storage, in these cases we need to provide a way for users to download these files through ComfyUI's built-in fetch API. Screenshot is image

need BE change here https://github.com/comfyanonymous/ComfyUI/pull/8265

┆Issue is synchronized with this Notion page by Unito

jtydhr88 avatar May 24 '25 13:05 jtydhr88

It is not only for Tripo node, but also aim to provide a way to fetch files for any cases on Cloud Platform which not be able to access local disk. In fact we already provide the ability by accessing api url: api/view?filename=xxx to allow users to download file manually, this node is to convert this api url into a node

jtydhr88 avatar May 24 '25 22:05 jtydhr88

Sounds like it would be good to have! I have a suspicion that this may end up primarily as a sidebar or the like, rather than directly on a node.

webfiltered avatar May 24 '25 22:05 webfiltered

I think you mean something like, document on google colab: image

jtydhr88 avatar May 25 '25 00:05 jtydhr88