taabata / ComfyCanvas

Canvas to use with ComfyUI
73 stars 4 forks source link

--listen? #2

Open Ainaemaet opened 1 week ago

Ainaemaet commented 1 week ago

Hello, is there a way to access the UI over network?

I tried changing all 'localhost' values to 0.0.0.0 in both main.py and latent_preview.py and did the relevant port forwarding, but still can't access that way.

taabata commented 1 week ago

@Ainaemaet you still need to change all urls in the app.js file and also some nodes in LCM_Inpaint_Outpaint_Comfy.

I've updated all of these. you can try now after updating LCM_Inpaint_Outpaint_Comfy (https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy.git) and this repo.

Make sure to specify the port in both ComfyCanvas main.py and ComfyUI by using the argument --canvasport and ip address using --listen . Alsom dont forget to run setup.py again.

let me know if everything works well.