Model reference · open weights
ltx-desktop-assets is an open-weight audio or speech model from FatalErrorVXD. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | FatalErrorVXD |
|---|---|
| Type | Audio & music |
| Task | Text→speech |
| Runs with | diffusers |
| Released | 2026-05-23 |
| Popularity | 1k downloads / month |
| Licence | Commercial licence needed |
About
Asset mirror for the LTX Desktop zero-touch installer. This repository redistributes several open-source model weights and LoRAs under their respective licenses so that the LTX Desktop installer can pull them from a single endpoint without per-user HuggingFace authentication or upstream click-through gates.
Built with Fish Audio. This repository redistributes Fish Audio S2-Pro under the Fish Audio Research License. See
fish-audio/LICENSE.mdfor the verbatim terms andfish-audio/NOTICEfor the required attribution.
LTX Desktop is distributed as a non-commercial application. The model weights mirrored here inherit per-component licenses, and at least two of them (Fish Audio S2-Pro, Qwen-Image-Edit-2511-4bit) prohibit commercial use. If you intend to use the contents of this repository commercially:
By downloading from this repository you accept the per-component license terms below.
| Path | Component | Upstream | License | Size |
|---|---|---|---|---|
fish-audio/s2-pro/ | Fish Audio S2-Pro TTS | fishaudio/s2-pro | Fish Audio Research License (non-commercial) | ~11 GB |
qwen-edit/model/ | Qwen-Image-Edit-2511 (4-bit NF4) | ovedrive/Qwen-Image-Edit-2511-4bit | CC-BY-NC-SA-4.0 | ~15 GB |
loras/ltx/ | LTX-2.3 workflow LoRAs (Foley-V2A, Cinemagraph — Lightricks) | Lightricks / per-LoRA | Per-LoRA (documented in loras/README.md) | variable |
ltx-2.3-22b-ic-lora-ingredients-0.9.safetensors (repo root) | LTX-2.3 IC-LoRA — Ingredients (multi-subject reference-sheet video) | Lightricks/LTX-2.3-22b-IC-LoRA-Ingredients (gated upstream) | LTX-2 Community License (ltx-ic-lora/LICENSE) | ~1.3 GB |
manifest.json | Installer manifest (versions, sizes, hashes, license refs) | — | This repo's own | < 10 KB |
ltx-ic-lora/.ACE-Step/* on HF. Pinned to a specific commit SHA in manifest.json instead of mirroring.ollama pull.manifest.json fileSingle source of truth for the LTX Desktop installer. Lists every component it needs to acquire (whether from this repo or upstream), with version pins, expected sizes, file paths, and license metadata. The first-launch consent screen reads the license refs from here so the user sees one consolidated license-acceptance flow.
fish-audio/LICENSE.md, the required NOTICE string is at fish-audio/NOTICE, and the required "Built with Fish Audio" attribution appears at the top of this README and in the LTX Desktop UI.qwen-edit/LICENSE and attribution to the original quantizer is at qwen-edit/ATTRIBUTION.md.loras/README.md with link-back to each LoRA's original page.ltx-ic-lora/LICENSE and attribution at ltx-ic-lora/NOTICE.md.🚧 Repository skeleton — model weights upload pending. This README and the directory scaffolding are in place; per-component README/LICENSE files and the actual weights are being added in stages. Watch this space.
This mirror is maintained as part of the LTX Desktop project for the express purpose of enabling a zero-touch installer experience for non-commercial users. It is not affiliated with or endorsed by Fish Audio, Alibaba/Qwen, ACE-Step, Lightricks, or any other upstream project named above. All copyrights remain with their respective owners.
From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys ltx-desktop-assets for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (ltx-desktop-assets below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/audio/transcriptions \ -H "Authorization: Bearer $AXFORGE_API_KEY" \ -F model="ltx-desktop-assets" -F file=@audio.mp3
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.