Upload X-Omni_X-Omni-En_0.txt with huggingface_hub
Browse files- X-Omni_X-Omni-En_0.txt +73 -0
X-Omni_X-Omni-En_0.txt
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Traceback (most recent call last):
|
2 |
+
File "/tmp/.cache/uv/environments-v2/750b6ec382b5be28/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status
|
3 |
+
response.raise_for_status()
|
4 |
+
~~~~~~~~~~~~~~~~~~~~~~~~~^^
|
5 |
+
File "/tmp/.cache/uv/environments-v2/750b6ec382b5be28/lib/python3.13/site-packages/requests/models.py", line 1026, in raise_for_status
|
6 |
+
raise HTTPError(http_error_msg, response=self)
|
7 |
+
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/X-Omni/X-Omni-En/resolve/main/model_index.json
|
8 |
+
|
9 |
+
The above exception was the direct cause of the following exception:
|
10 |
+
|
11 |
+
Traceback (most recent call last):
|
12 |
+
File "/tmp/X-Omni_X-Omni-En_03hp8xD.py", line 18, in <module>
|
13 |
+
pipe = DiffusionPipeline.from_pretrained("X-Omni/X-Omni-En")
|
14 |
+
File "/tmp/.cache/uv/environments-v2/750b6ec382b5be28/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
15 |
+
return fn(*args, **kwargs)
|
16 |
+
File "/tmp/.cache/uv/environments-v2/750b6ec382b5be28/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 833, in from_pretrained
|
17 |
+
cached_folder = cls.download(
|
18 |
+
pretrained_model_name_or_path,
|
19 |
+
...<14 lines>...
|
20 |
+
**kwargs,
|
21 |
+
)
|
22 |
+
File "/tmp/.cache/uv/environments-v2/750b6ec382b5be28/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
23 |
+
return fn(*args, **kwargs)
|
24 |
+
File "/tmp/.cache/uv/environments-v2/750b6ec382b5be28/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 1485, in download
|
25 |
+
config_file = hf_hub_download(
|
26 |
+
pretrained_model_name,
|
27 |
+
...<5 lines>...
|
28 |
+
token=token,
|
29 |
+
)
|
30 |
+
File "/tmp/.cache/uv/environments-v2/750b6ec382b5be28/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
31 |
+
return fn(*args, **kwargs)
|
32 |
+
File "/tmp/.cache/uv/environments-v2/750b6ec382b5be28/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1010, in hf_hub_download
|
33 |
+
return _hf_hub_download_to_cache_dir(
|
34 |
+
# Destination
|
35 |
+
...<14 lines>...
|
36 |
+
force_download=force_download,
|
37 |
+
)
|
38 |
+
File "/tmp/.cache/uv/environments-v2/750b6ec382b5be28/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1073, in _hf_hub_download_to_cache_dir
|
39 |
+
(url_to_download, etag, commit_hash, expected_size, xet_file_data, head_call_error) = _get_metadata_or_catch_error(
|
40 |
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
41 |
+
repo_id=repo_id,
|
42 |
+
^^^^^^^^^^^^^^^^
|
43 |
+
...<10 lines>...
|
44 |
+
relative_filename=relative_filename,
|
45 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
46 |
+
)
|
47 |
+
^
|
48 |
+
File "/tmp/.cache/uv/environments-v2/750b6ec382b5be28/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1546, in _get_metadata_or_catch_error
|
49 |
+
metadata = get_hf_file_metadata(
|
50 |
+
url=url, proxies=proxies, timeout=etag_timeout, headers=headers, token=token, endpoint=endpoint
|
51 |
+
)
|
52 |
+
File "/tmp/.cache/uv/environments-v2/750b6ec382b5be28/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
53 |
+
return fn(*args, **kwargs)
|
54 |
+
File "/tmp/.cache/uv/environments-v2/750b6ec382b5be28/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1463, in get_hf_file_metadata
|
55 |
+
r = _request_wrapper(
|
56 |
+
method="HEAD",
|
57 |
+
...<5 lines>...
|
58 |
+
timeout=timeout,
|
59 |
+
)
|
60 |
+
File "/tmp/.cache/uv/environments-v2/750b6ec382b5be28/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 286, in _request_wrapper
|
61 |
+
response = _request_wrapper(
|
62 |
+
method=method,
|
63 |
+
...<2 lines>...
|
64 |
+
**params,
|
65 |
+
)
|
66 |
+
File "/tmp/.cache/uv/environments-v2/750b6ec382b5be28/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 310, in _request_wrapper
|
67 |
+
hf_raise_for_status(response)
|
68 |
+
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
|
69 |
+
File "/tmp/.cache/uv/environments-v2/750b6ec382b5be28/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 420, in hf_raise_for_status
|
70 |
+
raise _format(EntryNotFoundError, message, response) from e
|
71 |
+
huggingface_hub.errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-6895ca0d-3fda83bb49f04b595769150f;9291fb74-2aac-4bee-abda-9269c198532b)
|
72 |
+
|
73 |
+
Entry Not Found for url: https://huggingface.co/X-Omni/X-Omni-En/resolve/main/model_index.json.
|