├── .gitignore ├── Example └── Audio Super Resolution.json ├── LICENSE ├── README.md ├── __init__.py ├── egregora_audio_enhance_extras.py ├── egregora_audio_eval_pack.py ├── egregora_audio_super_resolution.py ├── egregora_fat_llama_cpu.py ├── egregora_fat_llama_gpu.py ├── egregora_null_test_suite.py ├── flashsr_min.py ├── install.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution/HEAD/.gitignore -------------------------------------------------------------------------------- /Example/Audio Super Resolution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution/HEAD/Example/Audio Super Resolution.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution/HEAD/__init__.py -------------------------------------------------------------------------------- /egregora_audio_enhance_extras.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution/HEAD/egregora_audio_enhance_extras.py -------------------------------------------------------------------------------- /egregora_audio_eval_pack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution/HEAD/egregora_audio_eval_pack.py -------------------------------------------------------------------------------- /egregora_audio_super_resolution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution/HEAD/egregora_audio_super_resolution.py -------------------------------------------------------------------------------- /egregora_fat_llama_cpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution/HEAD/egregora_fat_llama_cpu.py -------------------------------------------------------------------------------- /egregora_fat_llama_gpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution/HEAD/egregora_fat_llama_gpu.py -------------------------------------------------------------------------------- /egregora_null_test_suite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution/HEAD/egregora_null_test_suite.py -------------------------------------------------------------------------------- /flashsr_min.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution/HEAD/flashsr_min.py -------------------------------------------------------------------------------- /install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution/HEAD/install.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution/HEAD/requirements.txt --------------------------------------------------------------------------------