ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

Not work on baseUrl

Open GitHub4LP opened this issue 1 year ago • 1 comments

Expected Behavior

Nomal

Actual Behavior

Only index.html loaded

Steps to Reproduce

You can test it on WSL2 and code-server. export VSCODE_PROXY_URI=./proxy/{{port}}/ && code-server --disable-workspace-trust --disable-telemetry --auth none ~ --bind-addr 0.0.0.0:8888 OR WSL2 and jupyterlab + jupyter-server-proxy jupyter lab --no-browser --ip=0.0.0.0 --allow-root --notebook-dir=~ --LabApp.token= --LabApp.allow_origin=* and run the ComfyUI request http://127.0.0.1:8888/proxy/8188/

Debug Logs

frontend

Other

No response

GitHub4LP avatar Aug 16 '24 07:08 GitHub4LP

Should be fixed by https://github.com/Comfy-Org/ComfyUI_frontend/pull/472.

Please wait for the next frontend release (1.2.27) today and add --front-end-version Comfy-Org/ComfyUI_frontend@latest to your cmd line arg list to opt-in to use latest front-end.

huchenlei avatar Aug 17 '24 13:08 huchenlei

Should be fixed by Comfy-Org/ComfyUI_frontend#472.

Please wait for the next frontend release (1.2.27) today and add --front-end-version Comfy-Org/ComfyUI_frontend@latest to your cmd line arg list to opt-in to use latest front-end.

Well, while test no pass @huchenlei

GitHub4LP avatar Aug 19 '24 01:08 GitHub4LP