Git Product home page Git Product logo

Comments (6)

crystallee-ai avatar crystallee-ai commented on July 26, 2024

如果你忽视这个错误,程序应该也可以正常运行的。如果不能正常运行,可以提供更多的报错信息么?

from hallo.

anstonjie avatar anstonjie commented on July 26, 2024

Traceback (most recent call last):
File "D:\ai3\hallo\scripts\inference.py", line 372, in
inference_process(command_line_args)
File "D:\ai3\hallo\scripts\inference.py", line 172, in inference_process
with AudioProcessor(
File "D:\ai3\hallo\venv\lib\site-packages\hallo\datasets\audio_processor.py", line 66, in init
self.audio_separator.load_model(audio_separator_model_name)
File "D:\ai3\hallo\venv\lib\site-packages\audio_separator\separator\separator.py", line 616, in load_model
model_filename, model_type, model_friendly_name, model_path, yaml_config_filename = self.download_model_files(model_filename)
File "D:\ai3\hallo\venv\lib\site-packages\audio_separator\separator\separator.py", line 389, in download_model_files
supported_model_files_grouped = self.list_supported_model_files()
File "D:\ai3\hallo\venv\lib\site-packages\audio_separator\separator\separator.py", line 304, in list_supported_model_files
self.download_file_if_not_exists("https://raw.githubusercontent.com/TRvlvr/application_data/main/filelists/download_checks.json", download_checks_path)
File "D:\ai3\hallo\venv\lib\site-packages\audio_separator\separator\separator.py", line 284, in download_file_if_not_exists
response = requests.get(url, stream=True, timeout=300)
File "D:\ai3\hallo\venv\lib\site-packages\requests\api.py", line 73, in get
return request("get", url, params=params, **kwargs)
File "D:\ai3\hallo\venv\lib\site-packages\requests\api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
File "D:\ai3\hallo\venv\lib\site-packages\requests\sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "D:\ai3\hallo\venv\lib\site-packages\requests\sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "D:\ai3\hallo\venv\lib\site-packages\requests\adapters.py", line 700, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /TRvlvr/application_data/main/filelists/download_checks.json (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x0000017CA0545C00>: Failed to resolve 'raw.githubusercontent.com' ([Errno 11004] getaddrinfo failed)"))
(venv) PS D:\ai3\hallo>

执行到这里就不动了

from hallo.

min-star avatar min-star commented on July 26, 2024

the same problem

from hallo.

min-star avatar min-star commented on July 26, 2024

Traceback (most recent call last): File "D:\ai3\hallo\scripts\inference.py", line 372, in inference_process(command_line_args) File "D:\ai3\hallo\scripts\inference.py", line 172, in inference_process with AudioProcessor( File "D:\ai3\hallo\venv\lib\site-packages\hallo\datasets\audio_processor.py", line 66, in init self.audio_separator.load_model(audio_separator_model_name) File "D:\ai3\hallo\venv\lib\site-packages\audio_separator\separator\separator.py", line 616, in load_model model_filename, model_type, model_friendly_name, model_path, yaml_config_filename = self.download_model_files(model_filename) File "D:\ai3\hallo\venv\lib\site-packages\audio_separator\separator\separator.py", line 389, in download_model_files supported_model_files_grouped = self.list_supported_model_files() File "D:\ai3\hallo\venv\lib\site-packages\audio_separator\separator\separator.py", line 304, in list_supported_model_files self.download_file_if_not_exists("https://raw.githubusercontent.com/TRvlvr/application_data/main/filelists/download_checks.json", download_checks_path) File "D:\ai3\hallo\venv\lib\site-packages\audio_separator\separator\separator.py", line 284, in download_file_if_not_exists response = requests.get(url, stream=True, timeout=300) File "D:\ai3\hallo\venv\lib\site-packages\requests\api.py", line 73, in get return request("get", url, params=params, **kwargs) File "D:\ai3\hallo\venv\lib\site-packages\requests\api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "D:\ai3\hallo\venv\lib\site-packages\requests\sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "D:\ai3\hallo\venv\lib\site-packages\requests\sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "D:\ai3\hallo\venv\lib\site-packages\requests\adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /TRvlvr/application_data/main/filelists/download_checks.json (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x0000017CA0545C00>: Failed to resolve 'raw.githubusercontent.com' ([Errno 11004] getaddrinfo failed)")) (venv) PS D:\ai3\hallo>

执行到这里就不动了
I solved the problem

wget -O pretrained_models/audio_separator/mdx_model_data.json https://github.com/TRvlvr/application_data/blob/main/mdx_model_data/model_data_new.json

wget -O pretrained_models/audio_separator/download_checks.json https://github.com/TRvlvr/application_data/blob/main/filelists/download_checks.json

wget -O pretrained_models/audio_separator/vr_data_new.json https://github.com/TRvlvr/application_data/blob/main/vr_model_data/model_data_new.json

from hallo.

AricGamma avatar AricGamma commented on July 26, 2024

Missing model config files for audio_separator and I have uploaded on Huggingface.

from hallo.

AricGamma avatar AricGamma commented on July 26, 2024

Closing this issue. If any futher questions, open a new one.

from hallo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.