space-nuko / ComfyBox

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

Can't download >:O #155

Open DaiZaregistriruyus opened 7 months ago

DaiZaregistriruyus commented 7 months ago

when I'm trying to download - it says:

Error 404 – Not Found GitHub produced an error for the download of artifact #885356806.

Usually this means that the artifact has expired (>90 days).

Check on GitHub: https://github.com/space-nuko/ComfyBox/suites/15504393958/artifacts/885356806

sinand99 commented 7 months ago

Yes, download link is dead

halr9000 commented 7 months ago

Should be able to install it from source but I am not great with nodejs so I'm not the best to explain how.

Anyone want to try and figure that out?

sinand99 commented 7 months ago

I think he abandoned this project. He didn't update for 7 months. Comfybox is dead

MoJIeAIGC commented 7 months ago

I have found a suitable alternative https://github.com/xingren23/ComfyFlowApp

DaiZaregistriruyus commented 7 months ago

I think he abandoned this project. He didn't update for 7 months. Comfybox is dead

Why everything I like dies, sinand99? emoji:sad emoji:crying

DaiZaregistriruyus commented 7 months ago

Should be able to install it from source but I am not great with nodejs so I'm not the best to explain how.

Anyone want to try and figure that out?

I mean I've tried to do SOMETHING, but I've just wasted my time and space on a hard drive.

halr9000 commented 7 months ago

I found the build script, it does not look too hard to follow. Probably take 5 min to do it manually once you have node and pnpm installed. Or, someone fork the repo and click the build button. I do not especially care and I'm super tired, or I would. GL.

halr9000 commented 7 months ago

here i'll get you started

winget install OpenJS.NodeJS
winget install pnpm.pnpm

YW

halr9000 commented 7 months ago

I think he abandoned this project. He didn't update for 7 months. Comfybox is dead

image

technically August is 3 months ago but yeah hey @space-nuko you still around? we miss you! also

sinand99 commented 7 months ago

here i'll get you started

winget install OpenJS.NodeJS
winget install pnpm.pnpm

YW

I built it but it doesn't work. I guess it is not compatible with standalone version of ComfyUI. Another problem is that pnpm has downloaded nearly 1GB of files into node_modules folder, which is absurd and unacceptable for a simple frontend app. Not worth the trouble. I'm deleting this crap.

ChessScholar commented 7 months ago

I hope this helps someone: https://github.com/ChessScholar/ComfyBox_ReOpened.git Updated as a fork https://github.com/ChessScholar/ComfyBox-ReOpened-Forked-

ghostsquad commented 6 months ago

@ChessScholar - Need to enable "issues" on your fork, otherwise, it's hard/impossible for people to communicate. :)

halr9000 commented 6 months ago

Might wanna do both issues and discussions. This whole chat in this issue is a great example of what you don't want in an issue. :D Issues should be devoted to the topic of a bug or feature request, and be for/by developers on a project. Discussions are more casual and are better for discussions about a project.

soursilver commented 6 months ago

I hope this helps someone: ~https://github.com/ChessScholar/ComfyBox_ReOpened.git~ Updated as a fork https://github.com/ChessScholar/ComfyBox-ReOpened-Forked-

It helped me... well sort of. When I run localhost:8000 it's just a blank page, looks like something's not loading

ChessScholar commented 6 months ago

You guys are awesome, thanks for the patience. Holidays plus getting classwork prepared for my students bogged me down.

I opened up the issues and discussions on the Fork.

ChessScholar commented 6 months ago

I hope this helps someone: ~https://github.com/ChessScholar/ComfyBox_ReOpened.git~ Updated as a fork https://github.com/ChessScholar/ComfyBox-ReOpened-Forked-

It helped me... well sort of. When I run localhost:8000 it's just a blank page, looks like something's not loading

I figured it out! There was one folder that was recommended I remove because "it looks fishy" #156. Please check the "assets" folder and you'll see all of the necessary js, css, js.maps that will create the page display.

The reason it still worked on my computer was because the folder was still loaded in the browser cache. It wasn't until I removed the folder, deleted my cache and restarted my computer was I able to replicate your blank page problem.

johndpope commented 6 months ago

Just launch comfyui with this flag ComfyUI git:(master) ✗ python main.py --enable-cors-header

and run the local website

npm install yarn -g
yarn (will install dependencies)
yarn build
yarn dev