Upload inclusionAI_TwinFlow_0.txt with huggingface_hub
Browse files- inclusionAI_TwinFlow_0.txt +5 -61
inclusionAI_TwinFlow_0.txt
CHANGED
|
@@ -11,17 +11,7 @@ image = pipe(prompt).images[0]
|
|
| 11 |
|
| 12 |
ERROR:
|
| 13 |
Traceback (most recent call last):
|
| 14 |
-
File "/tmp
|
| 15 |
-
response.raise_for_status()
|
| 16 |
-
~~~~~~~~~~~~~~~~~~~~~~~~~^^
|
| 17 |
-
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/requests/models.py", line 1026, in raise_for_status
|
| 18 |
-
raise HTTPError(http_error_msg, response=self)
|
| 19 |
-
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/inclusionAI/TwinFlow/resolve/main/model_index.json
|
| 20 |
-
|
| 21 |
-
The above exception was the direct cause of the following exception:
|
| 22 |
-
|
| 23 |
-
Traceback (most recent call last):
|
| 24 |
-
File "/tmp/inclusionAI_TwinFlow_0gL8xeD.py", line 27, in <module>
|
| 25 |
pipe = DiffusionPipeline.from_pretrained("inclusionAI/TwinFlow", dtype=torch.bfloat16, device_map="cuda")
|
| 26 |
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 27 |
return fn(*args, **kwargs)
|
|
@@ -33,53 +23,7 @@ Traceback (most recent call last):
|
|
| 33 |
)
|
| 34 |
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 35 |
return fn(*args, **kwargs)
|
| 36 |
-
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
token=token,
|
| 41 |
-
)
|
| 42 |
-
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 43 |
-
return fn(*args, **kwargs)
|
| 44 |
-
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1007, in hf_hub_download
|
| 45 |
-
return _hf_hub_download_to_cache_dir(
|
| 46 |
-
# Destination
|
| 47 |
-
...<14 lines>...
|
| 48 |
-
force_download=force_download,
|
| 49 |
-
)
|
| 50 |
-
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1070, in _hf_hub_download_to_cache_dir
|
| 51 |
-
(url_to_download, etag, commit_hash, expected_size, xet_file_data, head_call_error) = _get_metadata_or_catch_error(
|
| 52 |
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
| 53 |
-
repo_id=repo_id,
|
| 54 |
-
^^^^^^^^^^^^^^^^
|
| 55 |
-
...<10 lines>...
|
| 56 |
-
relative_filename=relative_filename,
|
| 57 |
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 58 |
-
)
|
| 59 |
-
^
|
| 60 |
-
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1543, in _get_metadata_or_catch_error
|
| 61 |
-
metadata = get_hf_file_metadata(
|
| 62 |
-
url=url, proxies=proxies, timeout=etag_timeout, headers=headers, token=token, endpoint=endpoint
|
| 63 |
-
)
|
| 64 |
-
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 65 |
-
return fn(*args, **kwargs)
|
| 66 |
-
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1460, in get_hf_file_metadata
|
| 67 |
-
r = _request_wrapper(
|
| 68 |
-
method="HEAD",
|
| 69 |
-
...<5 lines>...
|
| 70 |
-
timeout=timeout,
|
| 71 |
-
)
|
| 72 |
-
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 283, in _request_wrapper
|
| 73 |
-
response = _request_wrapper(
|
| 74 |
-
method=method,
|
| 75 |
-
...<2 lines>...
|
| 76 |
-
**params,
|
| 77 |
-
)
|
| 78 |
-
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 307, in _request_wrapper
|
| 79 |
-
hf_raise_for_status(response)
|
| 80 |
-
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
|
| 81 |
-
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 413, in hf_raise_for_status
|
| 82 |
-
raise _format(EntryNotFoundError, message, response) from e
|
| 83 |
-
huggingface_hub.errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-694a41d1-3d66a7ac140048904ff30d34;348122f2-18e5-4593-86fd-65f65103e506)
|
| 84 |
-
|
| 85 |
-
Entry Not Found for url: https://huggingface.co/inclusionAI/TwinFlow/resolve/main/model_index.json.
|
|
|
|
| 11 |
|
| 12 |
ERROR:
|
| 13 |
Traceback (most recent call last):
|
| 14 |
+
File "/tmp/inclusionAI_TwinFlow_0Xl8It9.py", line 27, in <module>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
pipe = DiffusionPipeline.from_pretrained("inclusionAI/TwinFlow", dtype=torch.bfloat16, device_map="cuda")
|
| 16 |
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 17 |
return fn(*args, **kwargs)
|
|
|
|
| 23 |
)
|
| 24 |
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 25 |
return fn(*args, **kwargs)
|
| 26 |
+
File "/tmp/.cache/uv/environments-v2/992882505a2e2afa/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 1641, in download
|
| 27 |
+
if custom_pipeline is None and isinstance(config_dict["_class_name"], (list, tuple)):
|
| 28 |
+
~~~~~~~~~~~^^^^^^^^^^^^^^^
|
| 29 |
+
KeyError: '_class_name'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|