Skip to content

在confyui中使用的LoadImage,使用comfyui-client应该怎么上传图像呢 #17

Closed Answered by zhzLuke96
ttidsn84320 asked this question in Q&A
Discussion options

You must be logged in to vote

这个问题确实 readme 里写得不是很清楚。我再解释一下。

你说的comfyui的上传接口,可能可以用,但是我不太推荐。
主要原因是,comfyui 本身对文件管理支持不完全,如果你要用它的文件接口可能导致你需要自己清理文件,不太优雅。
并且使用基于文件的方法,导致你需要使用 LoadImage 这个节点将读取本地文件,可能也会给你的服务引入一些代码风险。

所以,对于文件上传,或者更直接来说就是 image to imageinpainting 任务,我推荐的方式是使用 base64 来传递图片。

下面是一些指南:

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ttidsn84320
Comment options

Answer selected by zhzLuke96
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
2 participants