Stability-AI / StableStudio

Community interface for generative AI
MIT License
8.68k stars 863 forks source link

How to end StableStudio process? Win10/Win11 #41

Open SeriousM opened 1 year ago

SeriousM commented 1 year ago

Describe the bug Once the process yarn dev is started all the spwaned processes stay in memory regardless if the console was exited with "close window" or CRTL-C. Only way to really end is to kill all node processes.

Expected behavior A clear way to exit the console. Please add information to the readme or even the console output to show how to properly exit all the spawned processes on windows.

Screenshots image

After exit: image

Desktop (please complete the following information):

cruhl commented 1 year ago

Hmmm not sure why node isn't cleaning up on Windows correctly. @KAJdev are you seeing this on your machine?

KAJdev commented 1 year ago

Yes I believe this is an issue with yarn on windows

AayushyaKumar commented 1 year ago

Facing the exact same issue 😞 from couple of days in windows 11 , have been thinking it was my fault somewhere.

hkiame commented 1 year ago

I faced the same issue and it was frustrating.

SeriousM commented 1 year ago

My take on this issue is that VITE would offer an exit option (pressing "h", then "exit") but nodemon is not channeling keypress to VITE.