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
File "D:\AI\Whisper-WebUI\app.py", line 10, in <module>
from modules.whisper.whisper_factory import WhisperFactory
File "D:\AI\Whisper-WebUI\modules\whisper\whisper_factory.py", line 6, in <module>
from modules.whisper.faster_whisper_inference import FasterWhisperInference
File "D:\AI\Whisper-WebUI\modules\whisper\faster_whisper_inference.py", line 16, in <module>
from modules.whisper.whisper_base import WhisperBase
File "D:\AI\Whisper-WebUI\modules\whisper\whisper_base.py", line 13, in <module>
from modules.uvr.music_separator import MusicSeparator
File "D:\AI\Whisper-WebUI\modules\uvr\music_separator.py", line 11, in <module>
from uvr.models import MDX, Demucs, VrNetwork, MDXC
File "D:\AI\Whisper-WebUI\venv\lib\site-packages\uvr\models.py", line 9, in <module>
from .models_dir.mdx import mdx_interface as mdx_api
File "D:\AI\Whisper-WebUI\venv\lib\site-packages\uvr\models_dir\mdx\mdx_interface.py", line 10, in <module>
from onnx import load
File "D:\AI\Whisper-WebUI\venv\lib\site-packages\onnx\__init__.py", line 77, in <module>
from onnx.onnx_cpp2py_export import ONNX_ML
ImportError: DLL load failed while importing onnx_cpp2py_export: DLL 초기화 루틴을 실행할 수 없습니다.
"launching the app"
계속하려면 아무 키나 누르십시오 . . .
run
start-webui.bat
나의 그래픽 카드 버전
nvidia-smi
venv 안 torch 와 CUDA 버전
발생 오류 :
install.bat를 실행하고 start-webui.bat를 실행하면 윗 에러가 발생.
The text was updated successfully, but these errors were encountered: