rvion / CushyStudio

🛋 The AI and Generative Art platform for everyone
https://docs.cushystudio.com/
GNU Affero General Public License v3.0
645 stars 45 forks source link

Error on Cushy diffusion load #228

Open Withoutblwd opened 2 months ago

Withoutblwd commented 2 months ago

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

rvion commented 2 months ago

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 ?

Withoutblwd commented 2 months ago

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