-
Notifications
You must be signed in to change notification settings - Fork 49
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
CPU-only mode is non-existent #185
Comments
Oh, that's not an install option, it's a launch option. |
Oh wow, And actually prints "Installing for CPU" or something similar. Thanks btw, wouldn't have figured it out. |
Actually
|
Should we make a --help command on extra args...? @ltdrdata |
Describe the bug
Installing with the
--cpu
option still installs all NVIDIA requirements. All the gigabytes of NVIDIA GPU dependencies were downloaded, even though I have no NVIDIA card and I specifically added--cpu
. After successful installation, launching fails withRuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx
To Reproduce
Expected behavior
NVIDIA requirements are not needed for CPU-only installations. And there should be a way to pass the
--cpu
option to thecomfy launch
command.The text was updated successfully, but these errors were encountered: