space-nuko / ComfyBox

Customizable Stable Diffusion frontend for ComfyUI
GNU General Public License v3.0
586 stars 45 forks source link

After running the batch file and trying to open localhost:8000, it just brings me to a directory page #136

Open Manchovies opened 11 months ago

Manchovies commented 11 months ago

Expected behavior is that it'll load ComfyBox like it used to. Not sure what I changed, if anything, to make this happen instead of opening ComfyBox, but I start ComfyUI and when it's loaded, I run "run.bat" and in the command prompt window, it tells me the server is running on localhost:8000, but when I open it, this is what I get: image

hobojoker commented 11 months ago

Try manually navigating to your local ip address port 8000 (type it into your address bar, using the actual IP instead of localhost)

Manchovies commented 11 months ago

I get the same results if I do that. Thanks for the response! If there’s anything else I can try or info I can provide please let me know

hobojoker commented 11 months ago

Hmm, is there a reason you're going to localhost:8001 instead of localhost:8000?

Manchovies commented 11 months ago

Good catch! I edited serve.py to use port 8001 just in case 8000 was taken and I didn’t know it. I get the same issue both ways, with 8000 and 8001.

hobojoker commented 11 months ago

Did you by chance change the IP also for your comfyui?

Manchovies commented 11 months ago

Nope, just changed the port. And just for curiosity’s sake, if I changed the IP, I’m guessing it wouldn’t let me get through to this directory page. Is that right?

Katmoget commented 11 months ago

I have the same issue, managed to get around by doing this every time I launch ComfyBox : https://github.com/space-nuko/ComfyBox/issues/132#issuecomment-1663472749