You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you did not say where to get the model or how to install it :(
versatile_audio_super_resolution-main>audiosr
D:\WPy64-31180\python-3.11.8.amd64\Lib\site-packages\huggingface_hub\file_download.py:1150: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
warnings.warn(
Traceback (most recent call last):
File "<frozen runpy>", line 189, in _run_module_as_main
File "<frozen runpy>", line 148, in _get_module_details
File "<frozen runpy>", line 112, in _get_module_details
File "versatile_audio_super_resolution-main\audiosr\__init__.py", line 2, in <module>
from .pipeline import *
File "versatile_audio_super_resolution-main\audiosr\pipeline.py", line 10, in <module>
from audiosr.latent_diffusion.models.ddpm import LatentDiffusion
File "versatile_audio_super_resolution-main\audiosr\latent_diffusion\models\ddpm.py", line 25, in <module>
from audiosr.latent_diffusion.modules.diffusionmodules.util import (
ModuleNotFoundError: No module named 'audiosr.latent_diffusion.modules.diffusionmodules.util'
download the model from here: https://huggingface.co/haoheliu/audiosr_basic/tree/main
it the 6 giga file
the model needs to be here:
C:\Users\user\.cache\huggingface\hub\models--haoheliu--audiosr_basic\blobs
with the file name: 8a3506b9619ed32435ce2c115604750c7bddb5ad8502be7b1a3131bde878aa01
FYI this program is garbage, unless you want to split your sound files into millions of 10 second segments :(
The text was updated successfully, but these errors were encountered:
you did not say where to get the model or how to install it :(
download the model from here: https://huggingface.co/haoheliu/audiosr_basic/tree/main
it the 6 giga file
the model needs to be here:
C:\Users\user\.cache\huggingface\hub\models--haoheliu--audiosr_basic\blobs
with the file name: 8a3506b9619ed32435ce2c115604750c7bddb5ad8502be7b1a3131bde878aa01
FYI this program is garbage, unless you want to split your sound files into millions of 10 second segments :(
The text was updated successfully, but these errors were encountered: