Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't download >:O #155

Open
DaiZaregistriruyus opened this issue Nov 26, 2023 · 16 comments
Open

Can't download >:O #155

DaiZaregistriruyus opened this issue Nov 26, 2023 · 16 comments

Comments

@DaiZaregistriruyus
Copy link

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
Copy link

Yes, download link is dead

@halr9000
Copy link

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
Copy link

sinand99 commented Nov 27, 2023

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

@MoJIeAIGC
Copy link

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

@DaiZaregistriruyus
Copy link
Author

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
Copy link
Author

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
Copy link

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
Copy link

here i'll get you started

winget install OpenJS.NodeJS
winget install pnpm.pnpm

YW

@halr9000
Copy link

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
Copy link

sinand99 commented Nov 30, 2023

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
Copy link

ChessScholar commented Dec 9, 2023

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

@ghostsquad
Copy link

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

@halr9000
Copy link

halr9000 commented Jan 3, 2024

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
Copy link

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
Copy link

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
Copy link

ChessScholar commented Jan 10, 2024

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
Copy link

johndpope commented Jan 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants