xingren23 / ComfyFlowApp

From comfyui workflow to web app, in seconds
https://comfyflow.app
GNU General Public License v3.0
492 stars 59 forks source link

workflow解析不出来 #22

Closed Devmber closed 9 months ago

Devmber commented 9 months ago

在Creator模式下,上传工作流图片上去的时候,显示图片里没有工作流信息是为什么?

xingren23 commented 9 months ago

please check image has prompt meta data, eg:

image
xingren23 commented 9 months ago

ComfyUI workflow Image > Export > png, only include workflow meta, but not include prompt meta, so the image could load in comfyui,but could not load in comfyflowapp。

DreamStudio2015 commented 7 months ago

ComfyUI workflow Image > Export > png, only include workflow meta, but not include prompt meta, so the image could load in comfyui,but could not load in comfyflowapp。

Yeah,that is the issue. But how to get the correct image?

DreamStudio2015 commented 7 months ago

ComfyUI workflow Image > Export > png, only include workflow meta, but not include prompt meta, so the image could load in comfyui,but could not load in comfyflowapp。

Yeah,that is the issue. But how to get the correct image?

When the workflow png was exported by "ComfyUI workflow Image > Export > png", then one need to transform the png by "load the png" > "save the png", and then get the right png in Output folder.