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
MIT License
1.06k stars 49 forks source link

Reverse proxy & paths #355

Open StefanoBalocco opened 5 months ago

StefanoBalocco commented 5 months ago

Hello, I'm running comfyui behind a reverse proxy that maps mydomain/stablediffusion to ip:8188/

All works fine except for comfyui-workspace-manager.

In console I've saw that it tried to load /workspaces_web/filename instead of /stablediffusion/workspaces_web/filename.

Is an hardcoded path? Is possible to change it? Where I should touch?

Weixuanf commented 5 months ago

hi this is a known problem, see my comments about it: https://github.com/11cafe/comfyui-workspace-manager/issues/218#issuecomment-1988320957 it's not trivial to fix it, need to change lots of code. So I haven't found time to fix it yet. I'll try to prioritize it in future.

StefanoBalocco commented 5 months ago

Thank you, I didn't understood was the same problem.

Weixuanf commented 3 months ago

hello this problem is fixed now in the latest version. You should be able to use workspace manager with proxies

StefanoBalocco commented 3 months ago

hello this problem is fixed now in the latest version. You should be able to use workspace manager with proxies

Doesnt' work. In the console I still see that it tries to load /workspaces_web/filename instead of /stablediffusion/workspaces_web/filename.

Weixuanf commented 3 months ago

Can you screenshot your console log? Also your F12 Source tab would be helpful too Thank you!

Weixuanf commented 3 months ago

F12 -> Sources tab should look like this:

Screenshot 2024-06-20 at 12 33 22 AM