CodeBrix.Audio.MusicGeneration.SkyTNT.ApacheLicenseForever 1.0.266.271

dotnet add package CodeBrix.Audio.MusicGeneration.SkyTNT.ApacheLicenseForever --version 1.0.266.271
                    
NuGet\Install-Package CodeBrix.Audio.MusicGeneration.SkyTNT.ApacheLicenseForever -Version 1.0.266.271
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CodeBrix.Audio.MusicGeneration.SkyTNT.ApacheLicenseForever" Version="1.0.266.271" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeBrix.Audio.MusicGeneration.SkyTNT.ApacheLicenseForever" Version="1.0.266.271" />
                    
Directory.Packages.props
<PackageReference Include="CodeBrix.Audio.MusicGeneration.SkyTNT.ApacheLicenseForever" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CodeBrix.Audio.MusicGeneration.SkyTNT.ApacheLicenseForever --version 1.0.266.271
                    
#r "nuget: CodeBrix.Audio.MusicGeneration.SkyTNT.ApacheLicenseForever, 1.0.266.271"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CodeBrix.Audio.MusicGeneration.SkyTNT.ApacheLicenseForever@1.0.266.271
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CodeBrix.Audio.MusicGeneration.SkyTNT.ApacheLicenseForever&version=1.0.266.271
                    
Install as a Cake Addin
#tool nuget:?package=CodeBrix.Audio.MusicGeneration.SkyTNT.ApacheLicenseForever&version=1.0.266.271
                    
Install as a Cake Tool

CodeBrix.Audio.MusicGeneration.SkyTNT

The SkyTNT weight-only INT4 ONNX model for CodeBrix.Audio.MusicGeneration, packaged with a small registration assembly. It generates streaming MIDI events.

using CodeBrix.Audio.ModestSynth;
using CodeBrix.Audio.MusicGeneration;
using CodeBrix.Audio.MusicGeneration.SkyTNT;

GeneralMidiInstrumentLibrary.Register();
SkyTNTModel.Register();
using var music = new MusicSession(new MusicGenerationOptions { Generator = SkyTNTModel.GeneratorName });
music.Play();

Registration loads nothing. The model loads on first use or explicit preloading. The package copies its model and notices into Models/CodeBrix.Audio.MusicGeneration.SkyTNT/ in build and publish output, including when referenced through an intermediary library. MuPT and SkyTNT can be installed together. Registering does not select a generator; specify its name.

Inference assets: 145.13 MiB before NuGet compression. File size is not a runtime-memory limit. No runtime downloads, ModelManager or Python are required. SkyTNT uses ModelRunner's managed ONNX engine.

See README-INDEX.txt for consumer and maintainer documentation, and MODEL-PROVENANCE.json for the reproducible recipe. The wrapper and model are Apache-2.0 licensed; attribution is in THIRD-PARTY-NOTICES.txt.

Release preparation is in progress. The published MusicGeneration dependency and final consuming-package gates must be verified before publication.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.266.271 48 9/23/2026