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

!python3 app.py failed #632

Open
liuyuhui2012 opened this issue Dec 30, 2024 · 0 comments
Open

!python3 app.py failed #632

liuyuhui2012 opened this issue Dec 30, 2024 · 0 comments

Comments

@liuyuhui2012
Copy link

2024-12-30 23:18:37,117 - modelscope - INFO - loading model from /mnt/workspace/.cache/modelscope/hub/damo/cv_ddsar_face-detection_iclr23-damofd/pytorch_model.pt
load checkpoint from local path: /mnt/workspace/.cache/modelscope/hub/damo/cv_ddsar_face-detection_iclr23-damofd/pytorch_model.pt
2024-12-30 23:18:37,145 - modelscope - INFO - load model done
2024-12-30 23:18:37,160 - modelscope - INFO - loading model from /mnt/workspace/.cache/modelscope/hub/damo/cv_resnet34_face-attribute-recognition_fairface/pytorch_model.pt
2024-12-30 23:18:37,632 - modelscope - INFO - load model done
Downloading Model to directory: /mnt/workspace/.cache/modelscope/hub/YorickHe/majicmixRealistic_v6
2024-12-30 23:18:37,900 - modelscope - ERROR - The request model: YorickHe/majicmixRealistic_v6 does not exist!
Traceback (most recent call last):
File "app.py", line 574, in
gen_portrait = GenPortrait()
File "/mnt/workspace/facechain/facechain/inference_fact.py", line 331, in init
base_model_path_maj = snapshot_download('YorickHe/majicmixRealistic_v6', revision='v1.0.0')
File "/opt/conda/lib/python3.8/site-packages/modelscope/hub/snapshot_download.py", line 88, in snapshot_download
return _snapshot_download(
File "/opt/conda/lib/python3.8/site-packages/modelscope/hub/snapshot_download.py", line 236, in _snapshot_download
revision_detail = _api.get_valid_revision_detail(
File "/opt/conda/lib/python3.8/site-packages/modelscope/hub/api.py", line 558, in get_valid_revision_detail
all_branches_detail, all_tags_detail = self.get_model_branches_and_tags_details(
File "/opt/conda/lib/python3.8/site-packages/modelscope/hub/api.py", line 643, in get_model_branches_and_tags_details
handle_http_response(r, logger, cookies, model_id)
File "/opt/conda/lib/python3.8/site-packages/modelscope/hub/errors.py", line 122, in handle_http_response
raise HTTPError(http_error_msg, response=response)
requests.exceptions.HTTPError: The request model: YorickHe/majicmixRealistic_v6 does not exist!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant