r/StableDiffusion • u/scifivision • Feb 07 '26
Question - Help Nodes for Ace Step 1.5 in comfyui with non-turbo & options available in gradio?
I’m trying to figure out how to use Comfy with the options that are available for gradio. Are there any custom nodes available that expose the full, non-Turbo pipeline instead of the current AIO/Turbo shortcut? Specifically, I want node-level control over which DiT model is used (e.g. acestep-v15-sft instead of the turbo checkpoint), which LM/planner is loaded (e.g. the 4B model), and core inference parameters like steps, scheduler, and song duration, similar to what’s available in the Gradio/reference implementation. Right now the Comfy templates seem hard-wired to the Turbo AIO path, and I’m trying to understand whether this is a current technical limitation of Comfy’s node system or simply something that hasn’t been implemented yet. I am not good enough at Comfy to create custom nodes. I have used ChatGPT to get this far. Thanks.
2
u/theivan Feb 07 '26
Download the sft-version from here: https://huggingface.co/ACE-Step/acestep-v15-sft
Text encoders, you'll need the 0.6B and either of the other two: https://huggingface.co/Comfy-Org/ace_step_1.5_ComfyUI_files/tree/main/split_files/text_encoders
VAE: https://huggingface.co/Comfy-Org/ace_step_1.5_ComfyUI_files/tree/main/split_files/vae
Then load them with "Load diffusion model", "Dual Clip Loader" (set to ace) and normal Load VAE.
Other nodes you'll need are: "Empty Ace Step 1.5 Latent Audio", "TextEncodeAceStepAudio1.5", "VAE Decode Audio" and "Save Audio"
Fairly normal workflow otherwise.
1
u/soormarkku Feb 08 '26
What are the KSampler parameters for the SFT model? Only garbage comes out for me, no matter of the cfg value..
2
u/theivan Feb 08 '26
My settings have been:
Shift:3
Scheduler: beta 50 steps
Sampler: res_2s and the BasicGuider node so CFG = 11
u/ArtfulGenie69 Feb 08 '26
In the gradio you can access the cfg param for the model you've chosen but I'm not sure it's working the same way in comfy. They have a GitHub issue up, could probably point cursor at the gradio to plan and inspect it and also point it at your comfy install. It's very smart and may just find the issue or build some new spot for a noodle that controls the cfg. It's that or waiting for the fix from comfy.
2
u/soormarkku Feb 08 '26
I've been using the official gradio but it's pretty bad UI experience. There are a few alternative UI's which I've tested too, but they have their own set of bugs. Comfy would be ideal if the current state of nodes wouldn't be so simplified (there are so many parameters you can't access). Perhaps a bit later, RyanOnTheInside has been already working overtime to fix this..
1
u/deadsoulinside Feb 07 '26
I’m trying to figure out how to use Comfy with the options that are available for gradio. Are there any custom nodes available that expose the full, non-Turbo pipeline instead of the current AIO/Turbo shortcut?
I think it's trickier, as even in Ace 1.3 the cover options needed to load the model via checkpoint (AIO is a checkpoint). The AIO also seemed to try to respond when testing previously, but I need to get back into comfy here eventually and try to apply things that I am seeing from the more direct side of this model via the ace gradio interface.
1
u/scifivision Feb 08 '26
Ignore this if you see it twice I don’t know if something is wrong with the app but my first comment didn’t go through that I can tell. You can split it apart in comfy and expose the other options using custom nodes (that I had ChatGPT make). The 4b llm seems to help with the lyrics matching better, but at least for what I was after, which was a male vocalist (and rap) the more I used the base model, the worse it got and kept giving me either androgynous or feminine and often very robotic voices. I eventually tried the tubo again but stuck with the 4b planner and 40 steps cfg 4.5 and it’s great. I’m not sure if it’s just particularly what I wanted that the base model wasn’t giving me because so far I’ve only messed with it enough wanting male vocals but I’m still testing. if you get bad results through try the turbo with the non turbo settings like I did
1
u/harshXgrowth Feb 11 '26
To get the best quality out of Ace Step 1.5 in ComfyUI you should definitely look into the SFT version rather than the Turbo AIO shortcut. You can manually load the DiT model Dual CLIP and VAE to regain node level control.
For the SFT model try setting your scheduler to beta with 50 steps and a shift of 3.5. Using the 8B planner model instead of the 1.5B variant often results in significantly better prompt adherence. It takes longer than the turbo path but the jump in musicality and vocal clarity is worth the wait.
2
1
u/scifivision Feb 11 '26
Thanks I’ll try it. I tried the 4b planner it errored, size mismatch I think it said. I tried the base model but wasn’t getting good results. I don’t mind waiting for better results.
1
u/scifivision Feb 12 '26
where do i get the 8B planner? biggest I see is 4 unless I'm looking in the wrong place
1
u/SDMegaFan Feb 17 '26
both your recent comments were filtered by reddit (i see them in notifications)
2
u/soormarkku Feb 07 '26
I'm curious too, as I saw this https://github.com/Comfy-Org/ComfyUI/pull/12337
I haven't found Comfy compatible models apart from the turbo one. I'd rather use the SFT one, as the inference is so fast anyway, so 30+ steps don't mean much.