-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
[Bug]: Torch not compiled with CUDA enabled #224
Comments
Are you able to use normal webui's functions like text2image? |
If you're running on CPU, try selecting CPU for that selection above as well |
Yes, both txt2img and img2img work great |
What commands do I run? I tried the following and I received the same error: --use-cpu all --precision full --no-half --skip-torch-cuda-test |
Oh, well then. I recall there are unconditional 'cuda' references in the code, so I'll need to look through them |
I tried to modify the following line: to
and instead I get the following error
|
Same error |
Same error on M2 |
mps didn't work with float64 as described here DLR-RM/stable-baselines3#914 |
Is there an existing issue for this?
Are you using the latest version of the extension?
What happened?
I completed a basic install of the web extension but cannot produce any video.
Steps to reproduce the problem
What should have happened?
The extension should work on Mac and produce videos.
WebUI and Deforum extension Commit IDs
webui commit id - 68f336b
txt2vid commit id - 20ead10
Torch version
2.0.1
What GPU were you using for launching?
M1 Max (used --use-cpu command line argument)
On which platform are you launching the webui backend with the extension?
Local PC setup (Mac)
Settings
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: