11cafe / comfyui-workspace-manager

A ComfyUI workflows and models management extension to organize and manage all your workflows, models in one place. Seamlessly switch between workflows, as well as import, export workflows, reuse subworkflows, install models, browse your models in a single workspace
GNU General Public License v3.0
802 stars 35 forks source link

Hardcoded nodecafe url #395

Closed CPapadim closed 4 weeks ago

CPapadim commented 4 weeks ago

I noticed that nodecafe.org is hardcoded in a couple of files but no functionality around it is mentioned in the README

Specifically, here:

service/media_service.py

ui/src/db-tables/UserSettingsTable.ts

What is this url used for? Are workflows or generated images uploaded there?

Weixuanf commented 4 weeks ago

Hi only when you click "Share" in File dropdown menu and it will be shared to nodecafe.org

Screenshot 2024-05-31 at 2 41 14 PM Screenshot 2024-05-31 at 2 41 09 PM

we're still in development so it's not mentioned anywhere. I hope to launch it soon. It will support backup your workflows to cloud (e.g. auto backup every 1 hour), and run your workflow in cloud GPU.

But only when you click "Share" it will upload to nodecafe.org , otherwise, it won't upload any data anywhere.