---
license: other
pipeline_tag: text-to-audio
tags:
- text-to-music
- music-generation
- ltxv
base_model:
- ScenemaAI/scenema-audio
---
# Scenema Audio
---
## Sample Audio - Honey Buns (30s)
- **~3.3 min** on an **RTX 5090 (32 GB)**
## Sample Audio - WAKE UP PEOPLE (2m)
- **~4.3 min** on an **RTX 5090 (32 GB)**
## Components used to generate
| Component | File | ~Size | Download |
|---|---|---|---|
| Transformer | `scenema-audio-transformer-int8.safetensors` | 4.91 GB | [Link](https://huggingface.co/ChrisColeTech/scenema-audio/blob/main/split/diffusion_models/scenema-audio-transformer-int8.safetensors) |
| Text Encoder | `gemma-3-12b-it-Q4_K_M.gguf` | 7.3 GB | [Link](https://huggingface.co/ChrisColeTech/scenema-audio/blob/main/split/text_encoders/gemma-3-12b-it-Q4_K_M.gguf) |
| Audio Pipeline VAE | `scenema-audio-pipeline.safetensors` | 6.71 GB | [Link](https://huggingface.co/ChrisColeTech/scenema-audio/blob/main/split/vae/scenema-audio-pipeline.safetensors) |
| Audio Encoder VAE | `scenema-audio-vae-encoder.safetensors` | 42.7 MB | [Link](https://huggingface.co/ChrisColeTech/scenema-audio/blob/main/split/vae/scenema-audio-vae-encoder.safetensors) |
| Extras folder | `scenema-audio/extras` | 2.3 GB | [Link](https://huggingface.co/ChrisColeTech/scenema-audio/tree/main/extras)
⚠ **scenema-audio extras is required for longer audio, and for voice-to-voice** ⚠
- Download extras folder [Link](https://huggingface.co/ChrisColeTech/scenema-audio/tree/main/extras) and place here: /ComfyUI/models/scenema-audio/extras
- Create the `scenema-audio/extras` folder if it doesnt exist
**Must have:**
- /scenema-audio/extras/mel-band-roformer
- /scenema-audio/extras/bigvgan
- /scenema-audio/extras/campplus
- /scenema-audio/extras/seedvc
- /scenema-audio/extras/whisper-small
---
## ⚠ Must use the updated GGUF Loader ⚠
In comfy:
- Open the ComfyUI Manager
- Change the channel to "Channel (remote)"
- and search for comfyui-gguf-loader

Use the workflow [Link](https://huggingface.co/ChrisColeTech/scenema-audio/blob/main/workflow_examples/scenema_audio.json)

---
## Sources
| | |
|---|---|
| **Base model** | [ScenemaAI/scenema-audio](https://huggingface.co/ScenemaAI/scenema-audio) |