KindaBrazy / LynxHub

Manage and launch all your AI from a single dashboard.
GNU General Public License v3.0
129 stars 4 forks source link

Workflow saving not working (Save As / Save / Export) #7

Closed MoreColors123 closed 2 months ago

MoreColors123 commented 2 months ago

Great Tool! Its a real nice UI/UX. Brace yourself for incoming bugreports :>

Describe the bug When I press "Save As" (or Save or Export) in the new ComfyUI Top-Toolbar, NOTHING happens.

Expected behavior A Window popping up to ask me where I want to save the workflow.

Screenshots grafik

Please complete the following information:

KindaBrazy commented 2 months ago

Those buttons use prompt() to interact, and I've just started working on fixing that. Thank you for reporting it!

KindaBrazy commented 2 months ago

It seems like Electron is preventing prompt from working due to thread blocking. Issue link. I'm working on finding an alternative solution or possibly overriding the default prompt if possible.