Audio-to-Audio
Diffusers
audio
super-resolution
audio-upscaling
comfyui
audio-sr
audiosr
versatle-audio-super-resolution
Instructions to use drbaph/AudioSR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use drbaph/AudioSR with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("drbaph/AudioSR", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,7 @@ tags:
|
|
| 9 |
- audiosr
|
| 10 |
- versatle-audio-super-resolution
|
| 11 |
library_name: diffusers
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# AudioSR Models for ComfyUI
|
|
@@ -82,4 +83,4 @@ Original repository: https://github.com/haoheliu/versatile_audio_super_resolutio
|
|
| 82 |
|
| 83 |
- **Research:** [Haohe Liu](https://github.com/haoheliu) et al.
|
| 84 |
- **Paper:** [AudioSR on arXiv](https://arxiv.org/abs/2309.07314)
|
| 85 |
-
- **ComfyUI Integration:** [ComfyUI-AudioSR](https://github.com/Saganaki22/ComfyUI-AudioSR)
|
|
|
|
| 9 |
- audiosr
|
| 10 |
- versatle-audio-super-resolution
|
| 11 |
library_name: diffusers
|
| 12 |
+
pipeline_tag: audio-to-audio
|
| 13 |
---
|
| 14 |
|
| 15 |
# AudioSR Models for ComfyUI
|
|
|
|
| 83 |
|
| 84 |
- **Research:** [Haohe Liu](https://github.com/haoheliu) et al.
|
| 85 |
- **Paper:** [AudioSR on arXiv](https://arxiv.org/abs/2309.07314)
|
| 86 |
+
- **ComfyUI Integration:** [ComfyUI-AudioSR](https://github.com/Saganaki22/ComfyUI-AudioSR)
|