drbaph / LongCat-AudioDiT-3.5B-fp8

huggingface.co
Total runs: 123
24-hour runs: 2
7-day runs: -5
30-day runs: 35
Model's Last Updated: March 31 2026
text-to-speech

Introduction of LongCat-AudioDiT-3.5B-fp8

Model Details of LongCat-AudioDiT-3.5B-fp8

LongCat-AudioDiT-3.5B — FP8 Weight-Only Quantized (ComfyUI)

FP8 quantized version of meituan-longcat/LongCat-AudioDiT-3.5B .

Original Model | Paper | GitHub (Original) | ComfyUI Node


Screenshot 2026-03-30 210100

What is this?

This is a weight-only FP8 quantization of LongCat-AudioDiT-3.5B — a state-of-the-art diffusion-based zero-shot TTS model by Meituan that operates directly in the waveform latent space. The quantization cuts the on-disk size roughly in half and reduces VRAM usage from ~14 GB to ~4 GB, with no perceptible quality loss in practice.

Original (3.5B FP32) This (3.5B FP8)
Weight dtype float32 float8_e4m3fn
Activation dtype bfloat16 bfloat16
Scale per-tensor float32
File size ~14 GB ~4 GB
VRAM (inference) ~20 GB ~8 GB
Extra dependencies none none

Quantization Details

What is quantized: All linear weight matrices in the DiT transformer backbone. Non-linear weights (VAE, embeddings, layer norms, text encoder) remain in bfloat16.

Method: Per-tensor symmetric FP8

Each weight matrix is quantized using a per-tensor scale factor stored in fp8_scales.json :

scale = max(abs(W)) / FP8_MAX        # FP8_MAX = 448.0 for float8_e4m3fn
W_fp8 = round(W_fp32 / scale)        # quantize
W_bf16 = W_fp8.to(bfloat16) * scale  # dequantize at inference

No external quantization library required. Dequantization is handled automatically by the ComfyUI-LongCat-AudioDIT-TTS node pack at load time. The model is fully compatible with the original audiodit inference code once dequantized.

File layout:

  • model.safetensors — FP8 weight tensors
  • fp8_scales.json — per-tensor float32 scale factors for dequantization

Hardware Requirements
  • GPU: NVIDIA GPU with CUDA support
  • VRAM: ~8 GB
  • Native FP8 tensor cores: Ada Lovelace or Blackwell (RTX 4090, RTX 5090, H100, etc.) — recommended for full speed
  • Older GPUs (Ampere and below): Will load and run correctly. Dequantization to bfloat16 happens on all hardware, so you still get the reduced VRAM footprint even without native FP8 cores.

Usage — ComfyUI (Recommended)

The easiest way to use this model is with ComfyUI-LongCat-AudioDIT-TTS , which has native support for this FP8 model with zero extra setup.

Installation
  1. Install the ComfyUI node via ComfyUI Manager (search LongCat-AudioDiT ) or manually:
   cd ComfyUI/custom_nodes
   git clone https://github.com/Saganaki22/ComfyUI-LongCat-AudioDIT-TTS.git
  1. The model auto-downloads on first use — select LongCat-AudioDiT-3.5B-fp8 from the model dropdown in any LongCat node.

  2. Or download manually:

   huggingface-cli download drbaph/LongCat-AudioDiT-3.5B-fp8 --local-dir ComfyUI/models/audiodit/LongCat-AudioDiT-3.5B-fp8
Available Nodes
  • LongCat AudioDiT TTS — Zero-shot text-to-speech
  • LongCat AudioDiT Voice Clone TTS — Voice cloning from reference audio
  • LongCat AudioDiT Multi-Speaker TTS — Multi-speaker conversation synthesis
Recommended Settings
  • dtype : auto or bf16 — FP8 weights are dequantized to BF16 at load time
  • guidance_method : cfg for TTS, apg for voice cloning
  • steps : 16 (balanced), 32 (higher quality)
  • keep_model_loaded : True for repeated use

About LongCat-AudioDiT

LongCat-AudioDiT is a non-autoregressive diffusion-based TTS model from Meituan that achieves state-of-the-art zero-shot voice cloning performance on the Seed benchmark. Unlike previous methods relying on mel-spectrograms, it operates directly in the waveform latent space using only a Wav-VAE and a DiT backbone.

The 3.5B variant achieves 0.818 SIM on Seed-ZH and 0.797 SIM on Seed-Hard , surpassing both open-source and closed-source competitors.


License

This model inherits the MIT License from meituan-longcat/LongCat-AudioDiT-3.5B .

The FP8 quantization was produced by drbaph and is released under the same license.

Runs of drbaph LongCat-AudioDiT-3.5B-fp8 on huggingface.co

123
Total runs
2
24-hour runs
-3
3-day runs
-5
7-day runs
35
30-day runs

More Information About LongCat-AudioDiT-3.5B-fp8 huggingface.co Model

More LongCat-AudioDiT-3.5B-fp8 license Visit here:

https://choosealicense.com/licenses/mit

LongCat-AudioDiT-3.5B-fp8 huggingface.co

LongCat-AudioDiT-3.5B-fp8 huggingface.co is an AI model on huggingface.co that provides LongCat-AudioDiT-3.5B-fp8's model effect (), which can be used instantly with this drbaph LongCat-AudioDiT-3.5B-fp8 model. huggingface.co supports a free trial of the LongCat-AudioDiT-3.5B-fp8 model, and also provides paid use of the LongCat-AudioDiT-3.5B-fp8. Support call LongCat-AudioDiT-3.5B-fp8 model through api, including Node.js, Python, http.

LongCat-AudioDiT-3.5B-fp8 huggingface.co Url

https://huggingface.co/drbaph/LongCat-AudioDiT-3.5B-fp8

drbaph LongCat-AudioDiT-3.5B-fp8 online free

LongCat-AudioDiT-3.5B-fp8 huggingface.co is an online trial and call api platform, which integrates LongCat-AudioDiT-3.5B-fp8's modeling effects, including api services, and provides a free online trial of LongCat-AudioDiT-3.5B-fp8, you can try LongCat-AudioDiT-3.5B-fp8 online for free by clicking the link below.

drbaph LongCat-AudioDiT-3.5B-fp8 online free url in huggingface.co:

https://huggingface.co/drbaph/LongCat-AudioDiT-3.5B-fp8

LongCat-AudioDiT-3.5B-fp8 install

LongCat-AudioDiT-3.5B-fp8 is an open source model from GitHub that offers a free installation service, and any user can find LongCat-AudioDiT-3.5B-fp8 on GitHub to install. At the same time, huggingface.co provides the effect of LongCat-AudioDiT-3.5B-fp8 install, users can directly use LongCat-AudioDiT-3.5B-fp8 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

LongCat-AudioDiT-3.5B-fp8 install url in huggingface.co:

https://huggingface.co/drbaph/LongCat-AudioDiT-3.5B-fp8

Url of LongCat-AudioDiT-3.5B-fp8

LongCat-AudioDiT-3.5B-fp8 huggingface.co Url

Provider of LongCat-AudioDiT-3.5B-fp8 huggingface.co

drbaph
ORGANIZATIONS

Other API from drbaph

huggingface.co

Total runs: 7.7K
Run Growth: 2.7K
Growth Rate: 34.69%
Updated:January 28 2026
huggingface.co

Total runs: 1.0K
Run Growth: -81
Growth Rate: -7.95%
Updated:March 13 2026
huggingface.co

Total runs: 503
Run Growth: -750
Growth Rate: -149.11%
Updated:March 07 2026
huggingface.co

Total runs: 124
Run Growth: 35
Growth Rate: 28.23%
Updated:February 12 2026
huggingface.co

Total runs: 98
Run Growth: 74
Growth Rate: 75.51%
Updated:March 17 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:March 17 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:January 28 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 13 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:January 28 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:April 13 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 04 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:March 17 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 14 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:September 10 2026