Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix torch version #345

Merged
merged 3 commits into from
Oct 22, 2024
Merged

Fix torch version #345

merged 3 commits into from
Oct 22, 2024

Conversation

@jhj0517 jhj0517 merged commit 67a88f4 into master Oct 22, 2024
2 checks passed
@jhj0517 jhj0517 deleted the fix/torch-version branch October 22, 2024 15:46
@jhj0517 jhj0517 changed the title Fix/torch version Fix torch version Oct 22, 2024
@gerberanub
Copy link

지금 venv 삭제하고 whisper-webui 까지 삭제하고
처음부터 다시 실행했는데도

Traceback (most recent call last):
File "E:\Whisper-WebUI\app.py", line 12, in
from modules.whisper.whisper_factory import WhisperFactory
File "E:\Whisper-WebUI\modules\whisper\whisper_factory.py", line 6, in
from modules.whisper.faster_whisper_inference import FasterWhisperInference
File "E:\Whisper-WebUI\modules\whisper\faster_whisper_inference.py", line 16, in
from modules.whisper.whisper_base import WhisperBase
File "E:\Whisper-WebUI\modules\whisper\whisper_base.py", line 14, in
from modules.uvr.music_separator import MusicSeparator
File "E:\Whisper-WebUI\modules\uvr\music_separator.py", line 11, in
from uvr.models import MDX, Demucs, VrNetwork, MDXC
File "E:\Whisper-WebUI\venv\lib\site-packages\uvr\models.py", line 4, in
from .utils.get_models import download_model, model_exists_in_package, get_model_path
File "E:\Whisper-WebUI\venv\lib\site-packages\uvr\utils\get_models.py", line 89, in
def get_model_path(model_name: str, model_dir: str) -> str | None:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
"launching the app"
계속하려면 아무 키나 누르십시오 . . .

이렇게 뜹니다..

@jhj0517
Copy link
Owner Author

jhj0517 commented Oct 22, 2024

@gerberanub

unsupported operand type(s) for |: 'type' and 'NoneType'

헉, 파이썬 3.10 이상 에서만 통하는 문법이 있었군요.
방금 다시 업데이트 했습니다 ㅠㅠ jhj0517/ultimatevocalremover_api@3543be1

번거롭게 해드려서 죄송하지만 가능하다면 파이썬을 3.10 이상 버전으로 다시 재설치 후 WebUI 도 재설치하시길 바랍니다.

https://www.python.org/downloads/release/python-3111/

아마 64비트 버전이실테니 위 링크에서 스크롤 가장 밑부분의 Windows installer (64-bit) 로 다운 받으시면 됩니다.

설치하실 때 Add Python to environment variables 체크 되있는 것만 꼭 확인해주시면 됩니다.

@jhj0517 jhj0517 mentioned this pull request Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants