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
Recently updated to the latest (0.0.12) version.
Since then I'm getting the following error when trying to create a USDX package.
(.venv) C:\Users\Tmp\Documents\GitHub\UltraSinger\src>py UltraSinger.py -i https://youtu.be/M7uRWmsbvyI
Traceback (most recent call last):
File "C:\Users\Tmp\Documents\GitHub\UltraSinger\src\UltraSinger.py", line 13, in <module>
from modules.Audio.separation import separate_vocal_from_audio
File "C:\Users\Tmp\Documents\GitHub\UltraSinger\src\modules\Audio\separation.py", line 5, in <module>
import demucs.separate
File "C:\Users\Tmp\Documents\GitHub\UltraSinger\.venv\lib\site-packages\demucs\separate.py", line 12, in <module>
from dora.log import fatal
File "C:\Users\Tmp\Documents\GitHub\UltraSinger\.venv\lib\site-packages\dora\__init__.py", line 66, in <module>
from .explore import Explorer, Launcher
File "C:\Users\Tmp\Documents\GitHub\UltraSinger\.venv\lib\site-packages\dora\explore.py", line 27, in <module>
from .shep import Shepherd, Sheep
File "C:\Users\Tmp\Documents\GitHub\UltraSinger\.venv\lib\site-packages\dora\shep.py", line 25, in <module>
from .distrib import get_distrib_spec
File "C:\Users\Tmp\Documents\GitHub\UltraSinger\.venv\lib\site-packages\dora\distrib.py", line 14, in <module>
import torch
File "C:\Users\Tmp\Documents\GitHub\UltraSinger\.venv\lib\site-packages\torch\__init__.py", line 148, in <module>
raise err
OSError: [WinError 126] The specified module could not be found. Error loading "C:\Users\Tmp\Documents\GitHub\UltraSinger\.venv\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.
The text was updated successfully, but these errors were encountered:
got the same error for CUDA version. Tried your fix but have the same result: OSError: [WinError 126] Das angegebene Modul wurde nicht gefunden. Error loading "C:\Users\Johnathy\UltraSinger-main.venv\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.
Recently updated to the latest (0.0.12) version.
Since then I'm getting the following error when trying to create a USDX package.
The text was updated successfully, but these errors were encountered: