MusGU+ Evaluation: YuE

The Music-Generative Usable+ AI (MusGU+) framework is a musician-centered evaluation framework designed to assess how generative music models can be adapted, used, and controlled in real-world creative contexts. The framework evaluates models along three complementary dimensions, with each dimension addressing a key question from the musician's perspective:

📖 Read the detailed evaluation criteria, return to the discovery tool or inspect the model's YAML source file.

Affiliation: The Hong Kong University of Science and Technology (HKUST) and MAP

Architecture: autoregressive transformer

Musical applications

continuation, full song generation, lyrics-to-song

Adaptability

40%

Hardware Requirements

✘ Not supported

YuE requires dedicated high-end GPU infrastructure for training and scaling (e.g., tens to hundreds of NVIDIA H800 GPUs via Megatron-LM). Fine-tuning setup assumes substantial VRAM and distributed tooling. Therefore, training or fine-tuning is not feasible without institutional-level computational resources.

Dataset Size

✘ Not supported

YuE was trained on large-scale datasets (e.g., hundreds of thousands of hours of audio), and does not support adaptation on small datasets.

Adaptation Pathways

✔︎ Fully supported

YuE provides fine-tuning code in a subdirectory of the main GitHub repository. However, the pathway documentation assumes prior technical knowledge and infrastructure, which makes adaptation technically possible but not streamlined from a musician's perspective.

Technical Barriers

✘ Not supported

Fine-tuning is provided only through low-level training scripts. No graphical interface, simplified notebook, or musician-oriented workflow is provided, resulting in high technical barriers to adaptation.

Model Redistribution

✔︎ Fully supported

YuE is released under the Apache 2.0 license, which explicitly permits modification and redistribution of derivative works, including fine-tuned models. Although fine-tuning is technically demanding, adapted checkpoints can be legally redistributed without restriction.

Usability

58%

Interface Availability

~ Partially supported

Multiple community-developed Gradio-based UIs are available for YuE, most of them based on or derived from the interface developed by Alisson Pereira Anjos (alisson-anjos). There is also a third-party one-click installer (Pinokio), which can simplify local setup on Windows. Still, these UIs require local setup, GPU configuration, and technical familiarity. Moreover, there are some community-develop Colab notebooks for specific tasks, such as music continuation. No official standalone or plug-and-play application in provided.

Access Restrictions

✔︎ Fully supported

YuE’s inference code and pretrained checkpoints are openly available without paywalls, subscriptions, or usage limits. The model is released under the Apache 2.0 license, allowing unrestricted use, with no login or platform-specific access requirements.

Real-time Capabilities

✘ Not supported

YuE does not support real-time or interactive generation. Inference requires a GPU, and generation latency is substantial (e.g., generating 30 seconds of audio takes ~150 s on a NVIDIA H800 and ~360 s on a RTX4090).

Workflow Integration

✘ Not supported

Interaction is limited to offline, file-based generation via scripts or standalone UIs, with no native support for DAW plugins, MIDI/OSC control, or other direct integration into existing creative setups.

Output Licensing

✔︎ Fully supported

YuE outputs may be used for both personal and commercial purposes, and users retain ownership of generated content. However, the license encourages attribution to the model (“YuE by HKUST/M-A-P”) and recommends transparency when publishing AI-generated works.

Community Support

✔︎ Fully supported

Support exists via a Discord channel, GitHub issues and documentation.

Controllability

50%

Conditioning Inputs

~ Partially supported

YuE supports generation conditioning through text (lyrics, structural labels, and style tags), and optional reference audio for in-context learning.

Time-Varying Control

~ Partially supported

YuE provides limited time-localized control through section-based generation, allowing different musical behaviors across structured segments (e.g., verse, chorus). However, control remains discrete and symbolic, with no fine-grained or continuous time-varying manipulation within segments.

Feature Disentanglement

~ Partially supported

YuE introduces training-stage mechanisms to reduce entanglement between textual and audio conditioning, enabling partial separation between reference-based characteristics and textual controls. However, musical attributes remain bundled, and disentanglement is not exposed as explicit, independently controllable dimensions.

Control Parameters

~ Partially supported

YuE supports a few inference-time control parameters, limited to repetition penalty and deterministic seeding. Other controls, including temperature, top-p sampling, and per-segment guidance scaling, remain hard-coded in the inference script, and direct manipulation of internal latent representations is not supported.