pydn / ComfyUI-to-Python-Extension

A powerful tool that translates ComfyUI workflows into executable Python code.
MIT License
1.08k stars 113 forks source link

QUESTION: can't save workflow_api.json if I upload a comfyui template #50

Closed athreesh closed 2 weeks ago

athreesh commented 5 months ago

New to comfyUI, launched comfyUI thru a jupyter notebook on a GPU VM. Save (API format) works for the default template and I'm able to download a .json. But I dragged a template .png I found on CivitAI to ComfyUI and the .json download for workflow_api.json doesn't actually download. Anything I'm doing wrong?

atmaranto commented 5 months ago

It could be there's some sort of issue -- you might need to post your JavaScript console logs for help. You could also try my fork, which is a bit more consistent, but YMMV.

pydn commented 2 weeks ago

@athreesh That sounds like an issue outside of this extension if the error is coming from simply downloading the workflow_api.json from the comfyui web app.