Model Releases
Scenema Audio Comes to ComfyUI, Runs on 8GB VRAM
Hey everyone! Scenema Audio is now a native ComfyUI custom node. Same model that powers scenema.ai now quantized so it fits on 8GB VRAM. When we first released it a few months ago as an API and Docker
Hey everyone! Scenema Audio is now a native ComfyUI custom node. Same model that powers scenema.ai now quantized so it fits on 8GB VRAM. When we first released it a few months ago as an API and Docker stack, the full precision transformers were too heavy for most people to self-host. That's fixed now. Expressive text-to-speech with zero-shot voice cloning. You describe how the speech should be performed (rage, grief, a child's wonder), optionally provide reference audio for voice identity, and the model generates a performance. Inline stage direction cues like [he laughs softly] or [voice cracks] get performed at that exact spot. Twelve preset voices ship in the dropdown covering accents, ages, and emotional registers. We also dropped the XML prompt format the original release used. Wrapping every performance directive in tags was clunky to write. Inline bracket cues are better-suited for the ComfyUI text editor. Install ComfyUI Registry (recommended): open ComfyUI Manager, Custom Nodes Manager, search "Scenema Audio", Install, restart. GitHub: cd custom_nodes git clone https://github.com/ScenemaAI/ComfyUI-ScenemaAudio.git pip install -r ComfyUI-ScenemaAudio/requirements.txt Both paths auto-drop the pre-wired workflow into your Workflows sidebar under a Scenema Audio folder. Click once to load the official workflow into your canvas. Requirements Minimum 8GB VRAM. Tested end to end on RTX 3070 and RTX 4090. Generation runs up to 2x realtime. First run downloads about 30GB of weights, one time. Text encoder is Gemma 3 12B, which is a gated HuggingFace model, so you need to accept its license and set HF_TOKEN before your first generation. On limitations (same story as the original release) This is a diffusion model, not a traditional TTS pipeline. Some seeds produce repetition or gibberish. Meant for a post-editing workflow: generate, pick the best take, trim. Prompting matters. Specific, theatrical voice descriptions with action tags produce performances. Generic ones produce generic output. Phonetic spelling helps with proper nouns and tricky words (spell "Tchaikovsky" as "Chai-koff-skee" if it garbles). License MIT for all our node code and inference pipeline. Transformer weights derive from the LTX-2 Community License. Links Blog post: https://scenema.ai/audio/comfy-ui ComfyUI node: https://github.com/ScenemaAI/ComfyUI-ScenemaAudio Model weights: https://huggingface.co/ScenemaAI/scenema-audio Standalone Docker/API: https://github.com/ScenemaAI/scenema-audio Original announcement: https://scenema.ai/audio What would you want to see next from Scenema Audio? Happy to hear what people are actually trying to build with generative audio. submitted by /u/a__side_of_fries [link] [comments]
Related
- You can now fine-tune my 3.96M-parameter TTS on your own voice or language
- [[audiocpp-release-04-higgs-audio-v3-tts-4b-10x-real-time-fish|[audio.cpp] Release 0.4: Higgs Audio v3 TTS 4B (10x real time)+ Fish Audio S2 Pro in C++/GGML, full GGUF loading, Q8 speed and VRAM gains]]
- I released Inflect v2: two ultra-tiny complete TTS models under 4M and 10M parameters
- [[audiocpp-release-05-dramabox-expressive-tts-confucius4-cross|[audio.cpp] Release 0.5: DramaBox expressive TTS, Confucius4 cross-lingual voice transfer, plus 7 more models and ROCm/HIP]]
Source: r/LocalLLaMA | 2026-08-05