-
Notifications
You must be signed in to change notification settings - Fork 180
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
Error when trying to run CPU mode #21
Comments
oh, it's my fault, seems that i've saved some |
Thanks! Please let me know if you fix it 😄 |
I tried to fix it but I have not tested it yet, would you please run it again on your cloud server to see if everything goes right? 😆 |
Hmm.. I just tested but I couldn't get it to work, I reinstalled my vm and installed by pip and then cloning the git, but I get the exact same error... |
That's weird... I'll build up a env without cuda support to see what is going on then. 😣 |
Hi! Turns out that there are still SOME weights that are located on Now at least I can get everything running on my mac, hope it works for your cloud server! |
Hi!
|
OK! This is what I know: currently this service has VERY MANY models, so your RAM should be large enough (maybe at least 64GB, 100GB will be better!) If you don't have that much RAM, you can try to add a cfcreator serve --cpu --focus sd.base Which will only load a subset of the available models! |
Awh, I got the same message, just says "Killed" after "init sd_v1.5". I might try the Google Colab version instead! Thank you :) |
Hello!
I might be totally lost but I'm trying to run it on a google cloud server. It doesn't have any GPU, so I'm trying to run the project in CPU mode using
cfcreator serve --cpu
. When I do so I get the following error:Can someone please help me? Thanks a lot :)
The text was updated successfully, but these errors were encountered: