5f29b225b7
ComfyUI nodes for UniverSR (ICASSP 2026) — vocoder-free audio super-resolution (8/12/16/24 kHz → 48 kHz) via flow matching. - UniverSR Model Loader: presets auto-download to models/universr, plus local dir / raw .pth (from_local) loading, with caching. - UniverSR Super-Resolution: chunked overlap-add for long audio, per-channel stereo, seed control with global-RNG isolation, wet/dry blend, and an optional before/after spectrogram. - Vendors the universr inference package under vendor/ (prefers an installed copy); only extra dep beyond ComfyUI's stack is torchdiffeq. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 lines
493 B
TOML
20 lines
493 B
TOML
[project]
|
|
name = "comfyui-universr"
|
|
description = "ComfyUI nodes for UniverSR — vocoder-free audio super-resolution (8/12/16/24 kHz → 48 kHz) via flow matching."
|
|
version = "1.0.0"
|
|
license = {file = "LICENSE"}
|
|
dependencies = [
|
|
"torchdiffeq>=0.2.3",
|
|
"einops>=0.7",
|
|
"timm>=0.9",
|
|
"huggingface_hub>=0.20",
|
|
"pyyaml>=6.0",
|
|
]
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/woongzip1/UniverSR"
|
|
Paper = "https://arxiv.org/abs/2510.00771"
|
|
|
|
[tool.comfy]
|
|
DisplayName = "UniverSR"
|