mirror of
https://github.com/fspecii/ace-step-ui.git
synced 2026-04-25 14:15:49 +03:00
[GH-ISSUE #25] VLLM / PT Backend #23
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#23
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 @GKartist75 on GitHub (Feb 5, 2026).
Original GitHub issue: https://github.com/fspecii/ace-step-ui/issues/25
Hi,
dont know if it also in your backend, but i was trying out different versions and in the one of Pinokkio Ace-Step 1.5 i found something that maybe also improves your program and reduce vram if you not already have it improved.
When using VLLM Backend then it uses 9,2 GB in VRAM.
But when using PT Backend then it is only 1.6 GB
@fspecii commented on GitHub (Feb 5, 2026):
Hi @GKartist75, thanks for reporting this! Great catch on the VRAM difference between the two backends.
We've just merged a change that adds an LM Backend selector to the UI. You can now switch between PT and VLLM directly from the Advanced Settings in the Create panel — no need to restart the server.
PT is now the default, so users with lower VRAM GPUs (4-8 GB) should have a much better experience out of the box. Users with powerful GPUs can still switch to VLLM if they prefer.
Closing this as resolved — feel free to reopen if you run into any issues!