sumansid
sumansid
RRunPod
Created by sumansid on 7/27/2024 in #⚡|serverless
Running into this error while running idm-vton on runpod
packages/huggingface_hub/utils/_validators.py", line 160, in validate_repo_id
2024-07-27T09:39:56.116114493Z raise HFValidationError(
2024-07-27T09:39:56.116118532Z huggingface_hub.errors.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: './IDM-VTON'.

2024-07-27T09:39:56.116182401Z OSError: We couldn't connect to 'https://huggingface.co' to load this model, couldn't find it in the cached files and it looks like ./IDM-VTON is not the path to a directory containing a config.json file.
2024-07-27T09:39:56.116187737Z Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/diffusers/installation#offline-mode'.
packages/huggingface_hub/utils/_validators.py", line 160, in validate_repo_id
2024-07-27T09:39:56.116114493Z raise HFValidationError(
2024-07-27T09:39:56.116118532Z huggingface_hub.errors.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: './IDM-VTON'.

2024-07-27T09:39:56.116182401Z OSError: We couldn't connect to 'https://huggingface.co' to load this model, couldn't find it in the cached files and it looks like ./IDM-VTON is not the path to a directory containing a config.json file.
2024-07-27T09:39:56.116187737Z Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/diffusers/installation#offline-mode'.
However, running it on google colab works fine https://colab.research.google.com/github/camenduru/IDM-VTON-jupyter/blob/main/IDM_VTON_jupyter.ipynb#scrollTo=2nHpOSPfZKDW
29 replies
RRunPod
Created by sumansid on 7/2/2024 in #⛅|pods
How can I run a pod as an API endpoint? (not serverless)
I want to run a model as an api endpoint
7 replies
RRunPod
Created by sumansid on 6/17/2024 in #⚡|serverless
How can I view a generated image or video ?
Other than storing it in s3 ?
6 replies
RRunPod
Created by sumansid on 6/11/2024 in #⚡|serverless
Musepose serverless error
I am currently running this runpod template https://github.com/camenduru/muse-pose-tost/blob/main/worker_runpod.py How can I return the video as a url to the user? I keep running into :
{
"delayTime": 736,
"executionTime": 32519,
"id": "97f85215-905e-4c06-b2ea-9638db973956-u1",
"output": {
"result": "ERROR"
},
"status": "COMPLETED"
}
{
"delayTime": 736,
"executionTime": 32519,
"id": "97f85215-905e-4c06-b2ea-9638db973956-u1",
"output": {
"result": "ERROR"
},
"status": "COMPLETED"
}
4 replies