comfyanonymous / ComfyUI

The most powerful and modular stable diffusion GUI, api and backend with a graph/nodes interface.
GNU General Public License v3.0
36.42k stars 3.88k forks source link

I can't load workflows through the Jason file. #3509

Open razvanab opened 2 weeks ago

razvanab commented 2 weeks ago

I can't load workflows through the Jason file, and the only way to load any workflow is only through the ComfyUI-Manager load button. There is no error in the logs either.

ltdrdata commented 2 weeks ago

Press F12 (if chrome) and see the console log.

razvanab commented 2 weeks ago

2exifr.js:2 Uncaught (in promise) Error: Unknown file format

default.json

razvanab commented 1 week ago

Any ideas on how to fix this?

ltdrdata commented 1 week ago

2exifr.js:2 Uncaught (in promise) Error: Unknown file format

default.json

It seems that you have installed some custom nodes which is causing that issue. Disable all custom nodes and try again.

Or search exifr.js file in ComfyUI/custom_nodes/ then you can find the problem extension.

razvanab commented 1 week ago

You are right. I searched for that file, and I found it in this extension: "ComfyUI_ExtendedImageFormats" So I uninstalled it, and now everything is working.

ltdrdata commented 1 week ago

This issue is patched. https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats/issues/1