mirror of
https://github.com/fspecii/ace-step-ui.git
synced 2026-04-25 06:05:47 +03:00
[GH-ISSUE #3] Seems to expect CUDA #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ace-step-ui#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chklovski on GitHub (Feb 4, 2026).
Original GitHub issue: https://github.com/fspecii/ace-step-ui/issues/3
You have Mac installation instructions, but my installation errors out with:
raise AssertionError("Torch not compiled with CUDA enabled")
[ACE-Step] AssertionError: Torch not compiled with CUDA enabled
There's no CUDA on Mac, can you fall back to CPU if MPS implementation is not available?
@mnenezic commented on GitHub (Feb 5, 2026):
Same here. Any solutions?
@fspecii commented on GitHub (Feb 5, 2026):
Hi @chklovski and @mnenezic!
Good news — ACE-Step UI works on Mac, including Apple Silicon. I've personally tested it on an M3 Mini and it runs well.
The easiest way to get it running on Mac is through Pinokio, which handles all the dependencies and configuration automatically (including the correct PyTorch build for MPS instead of CUDA):
Install with Pinokio (1-click)
Pinokio will install the right version of PyTorch for your Mac (MPS-enabled, no CUDA needed), set up the ACE-Step backend, and launch everything — no manual configuration required.
The CUDA error you're seeing is from a manual installation that pulled in the CUDA version of PyTorch instead of the MPS/CPU version. Pinokio avoids this entirely by selecting the correct packages for your platform.
Give it a try and let us know how it goes!