CushyStudio icon indicating copy to clipboard operation
CushyStudio copied to clipboard

Error on Cushy diffusion load

Open Withoutblwd opened this issue 1 year ago • 2 comments

Encountered the following errors:

image_2024-06-07_223503917

And when attempting to press test on host in hosts menu: image

OS: Windows 10 64bit

Withoutblwd avatar Jun 07 '24 19:06 Withoutblwd

thanks for the report ! first bug is fixed upstream in some dev branch; will try to merge asap

Second problem is related to not beeing able to connect to some ComfyUI backend to retrieve the list of nodes Maybe you have to configure you host to properly point to your ComfyUI setup ?

maybe your comfyUI, if on some cloud machine, require https + port 443 ? maybe your comfyUI, if on some local network machine, require to be started with --listen 0.0.0.0 or something similar to accept incominc connections ?

rvion avatar Jun 08 '24 08:06 rvion

Thank you for your response. I apologize for not mentioning this earlier, but I am running ComfyUI on the same machine. I tried adding both --listen 0.0.0.0 and --listen 127.0.0.1, but the error persisted. Here is my host setup: image

Withoutblwd avatar Jun 08 '24 12:06 Withoutblwd