Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > comfyui-acemusic > AceMusic Model Loader

ComfyUI Node: AceMusic Model Loader

Class Name

AceMusicModelLoader

Category
AceMusic/Loaders
Author
hiroki-abe-58 (Account age: 3515days)
Extension
comfyui-acemusic
Latest Updated
2026-02-09
Github Stars
0.04K

How to Install comfyui-acemusic

Install this extension via the ComfyUI Manager by searching for comfyui-acemusic
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter comfyui-acemusic in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

AceMusic Model Loader Description

Facilitates seamless loading of ACE-Step pipeline for music generation, automating model downloads from Hugging Face.

AceMusic Model Loader:

The AceMusicModelLoader is a specialized node designed to facilitate the seamless loading of the ACE-Step pipeline, which is integral for music generation tasks. This node is particularly beneficial as it automates the process of downloading necessary models from Hugging Face if they are not already present, ensuring that you have the latest resources at your disposal without manual intervention. The primary goal of this node is to streamline the setup process for music generation by handling model loading efficiently, allowing you to focus on creative tasks rather than technical setup. By leveraging this node, you can easily configure and initialize the ACE-Step pipeline on your preferred device, whether it's a GPU or CPU, optimizing the performance and capabilities of your music generation projects.

AceMusic Model Loader Input Parameters:

device

The device parameter specifies the hardware on which the ACE-Step pipeline will be executed. It can be set to either cuda, cuda:0, cuda:1, or cpu, with the default being cuda. This parameter is crucial as it determines the computational resources used for model processing, impacting the speed and efficiency of the music generation process. For instance, using a GPU (cuda) can significantly accelerate the model's performance compared to a CPU.

cpu_offload

The cpu_offload parameter is a boolean option that, when enabled, allows parts of the model to be offloaded to the CPU when not actively in use. This can be particularly useful for managing memory usage on devices with limited GPU memory. The default value is False, meaning that offloading is not performed unless explicitly specified.

torch_compile

The torch_compile parameter is another boolean option that, when set to True, enables the use of torch.compile for optimizing the model's execution. This can lead to performance improvements by optimizing the underlying computations. The default setting is False, indicating that this optimization is not applied unless chosen.

overlapped_decode

The overlapped_decode parameter, also a boolean, determines whether overlapped decoding is used during inference. This technique can enhance the speed of the decoding process, making it beneficial for scenarios where faster inference is desired. By default, this parameter is set to False.

AceMusic Model Loader Output Parameters:

model

The model output parameter represents the loaded ACE-Step model, encapsulated within an ACEMUSIC_MODEL type. This output is crucial as it provides the initialized model pipeline ready for music generation tasks. The model includes all configurations and optimizations specified during the loading process, ensuring it is tailored to your specific requirements and device capabilities.

AceMusic Model Loader Usage Tips:

  • To maximize performance, consider using a GPU (cuda) as the device, especially for large-scale music generation tasks, as it can significantly reduce processing time compared to a CPU.
  • If you encounter memory limitations on your GPU, enabling cpu_offload can help manage resources more effectively by offloading parts of the model to the CPU when not in use.
  • For projects requiring rapid inference, activating overlapped_decode can provide a noticeable speed boost, making it ideal for real-time applications.

AceMusic Model Loader Common Errors and Solutions:

ACE-Step is not installed. Please install it first:

  • Explanation: This error occurs when the ACE-Step library is not installed on your system, which is necessary for the node to function.
  • Solution: Install the ACE-Step library by running the command pip install git+https://github.com/ace-step/ACE-Step.git or by cloning the repository from https://github.com/ace-step/ACE-Step.

Model not found in cache:

  • Explanation: This error indicates that the specified model is not available in the local cache and needs to be downloaded.
  • Solution: Ensure that your internet connection is active so that the node can automatically download the required model from Hugging Face.

CUDA device not available:

  • Explanation: This error arises when the specified CUDA device is not available or not properly configured on your system.
  • Solution: Verify that your system has a compatible GPU and that the necessary CUDA drivers are installed and configured correctly. If a GPU is not available, consider setting the device parameter to cpu.

AceMusic Model Loader Related Nodes

Go back to the extension to check out more related nodes.
comfyui-acemusic
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

AceMusic Model Loader