Views
No views yet

| Model | Task | Steps | CFG | Description |
|---|---|---|---|---|
| Woosh-Flow | Text-to-Audio | 50 | 4.5 | Base model, best quality |
| Woosh-DFlow | Text-to-Audio | 4 | 1.0 | Distilled Flow, fast generation |
| Woosh-VFlow | Video-to-Audio | 50 | 4.5 | Base video-to-audio model |
| Woosh-DVFlow | Video-to-Audio | 4 | 1.0 | Distilled VFlow, fast video-to-audio |
1# Via ComfyUI Manager — search "Woosh" and click Install
2# Or manually:
3cd ComfyUI/custom_nodes
4git clone https://github.com/Saganaki22/ComfyUI-Woosh.git
5pip install -r ComfyUI-Woosh/requirements.txtComfyUI/models/woosh/. See the ComfyUI-Woosh
README for full setup and workflow examples.Note: Set the Woosh TextConditioning node to T2A for Flow/DFlow models and V2A for VFlow/DVFlow models.
| Model | VRAM (Approx) |
|---|---|
| Flow / VFlow | ~8-12 GB |
| DFlow / DVFlow | ~4-6 GB |
| With CPU offload | ~2-4 GB |
1@article{saghibakshi2025woosh,
2 title={Woosh: Enhancing Text-to-Audio Generation with Flow Matching and FlowMap Distillation},
3 author={Saghibakshi, Ali and Bakshi, Soroosh and Tagliasacchi, Antonio and Wang, Shaojie and Choi, Jongmin and
4Kawakami, Kazuhiro and Gu, Yuxuan},
5 journal={arXiv preprint arXiv:2502.07359},
6 year={2025}
7}