rvion / CushyStudio

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

Issue with running after installation #100

Closed nini1294 closed 9 months ago

nini1294 commented 9 months ago

Describe the bug

OS: macOS

Hi,

I am trying to install/run CushyStudio on macOS. I have ComfyUI running, and have cloned this git repo.

After cloning, I try to run npm start and get the below error message

→ npm start                                                                       (55)[●●●●●○○○○○]
npm ERR! Missing script: "start"
npm ERR!
npm ERR! Did you mean one of these?
npm ERR!     npm star # Mark your favorite packages
npm ERR!     npm stars # View packages marked as favorites
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR!   npm run

I also tried the alternative which was to run 2_run.sh, but that file is nowhere in the cloned repo

rvion commented 9 months ago

oh right; I need to rewrite the readme; I've changed to install procedure this week to make it smoother. new system doesn't require node nor anything, but is a bit young/ untested.

to install everything and start cushy, you can simply click on

_macos_INSTALL.sh

nini1294 commented 9 months ago

Ok, thanks for that, finally got it to at least run after that. For some reason I did have to delete and clone the repo again.

I'm getting a separate issue after that though, but I think I'll open a new issue for that one since it doesn't seem related