Upload Lightricks_LTX-2_0.txt with huggingface_hub
Browse files- Lightricks_LTX-2_0.txt +10 -58
Lightricks_LTX-2_0.txt
CHANGED
|
@@ -18,17 +18,7 @@ export_to_video(output, "output.mp4")
|
|
| 18 |
|
| 19 |
ERROR:
|
| 20 |
Traceback (most recent call last):
|
| 21 |
-
File "/tmp
|
| 22 |
-
response.raise_for_status()
|
| 23 |
-
~~~~~~~~~~~~~~~~~~~~~~~~~^^
|
| 24 |
-
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/requests/models.py", line 1026, in raise_for_status
|
| 25 |
-
raise HTTPError(http_error_msg, response=self)
|
| 26 |
-
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/Lightricks/LTX-2/resolve/main/model_index.json
|
| 27 |
-
|
| 28 |
-
The above exception was the direct cause of the following exception:
|
| 29 |
-
|
| 30 |
-
Traceback (most recent call last):
|
| 31 |
-
File "/tmp/Lightricks_LTX-2_0HbplSO.py", line 28, in <module>
|
| 32 |
pipe = DiffusionPipeline.from_pretrained("Lightricks/LTX-2", dtype=torch.bfloat16, device_map="cuda")
|
| 33 |
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 34 |
return fn(*args, **kwargs)
|
|
@@ -40,53 +30,15 @@ Traceback (most recent call last):
|
|
| 40 |
)
|
| 41 |
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 42 |
return fn(*args, **kwargs)
|
| 43 |
-
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
)
|
| 49 |
-
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 50 |
-
return fn(*args, **kwargs)
|
| 51 |
-
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1007, in hf_hub_download
|
| 52 |
-
return _hf_hub_download_to_cache_dir(
|
| 53 |
-
# Destination
|
| 54 |
-
...<14 lines>...
|
| 55 |
-
force_download=force_download,
|
| 56 |
-
)
|
| 57 |
-
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1070, in _hf_hub_download_to_cache_dir
|
| 58 |
-
(url_to_download, etag, commit_hash, expected_size, xet_file_data, head_call_error) = _get_metadata_or_catch_error(
|
| 59 |
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
| 60 |
-
repo_id=repo_id,
|
| 61 |
-
^^^^^^^^^^^^^^^^
|
| 62 |
-
...<10 lines>...
|
| 63 |
-
relative_filename=relative_filename,
|
| 64 |
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 65 |
)
|
| 66 |
^
|
| 67 |
-
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
)
|
| 71 |
-
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 72 |
-
return fn(*args, **kwargs)
|
| 73 |
-
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1460, in get_hf_file_metadata
|
| 74 |
-
r = _request_wrapper(
|
| 75 |
-
method="HEAD",
|
| 76 |
-
...<5 lines>...
|
| 77 |
-
timeout=timeout,
|
| 78 |
-
)
|
| 79 |
-
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 283, in _request_wrapper
|
| 80 |
-
response = _request_wrapper(
|
| 81 |
-
method=method,
|
| 82 |
-
...<2 lines>...
|
| 83 |
-
**params,
|
| 84 |
)
|
| 85 |
-
|
| 86 |
-
hf_raise_for_status(response)
|
| 87 |
-
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
|
| 88 |
-
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 413, in hf_raise_for_status
|
| 89 |
-
raise _format(EntryNotFoundError, message, response) from e
|
| 90 |
-
huggingface_hub.errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-695e0879-7db119a859c9b6aa2fa3cb7f;14db6d5d-d057-4eee-9c30-87b86057a1ed)
|
| 91 |
-
|
| 92 |
-
Entry Not Found for url: https://huggingface.co/Lightricks/LTX-2/resolve/main/model_index.json.
|
|
|
|
| 18 |
|
| 19 |
ERROR:
|
| 20 |
Traceback (most recent call last):
|
| 21 |
+
File "/tmp/Lightricks_LTX-2_0ZughBw.py", line 28, in <module>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
pipe = DiffusionPipeline.from_pretrained("Lightricks/LTX-2", dtype=torch.bfloat16, device_map="cuda")
|
| 23 |
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 24 |
return fn(*args, **kwargs)
|
|
|
|
| 30 |
)
|
| 31 |
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 32 |
return fn(*args, **kwargs)
|
| 33 |
+
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 1637, in download
|
| 34 |
+
custom_components, folder_names = _get_custom_components_and_folders(
|
| 35 |
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
| 36 |
+
pretrained_model_name, config_dict, filenames, variant
|
| 37 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
)
|
| 39 |
^
|
| 40 |
+
File "/tmp/.cache/uv/environments-v2/e8822e4ae31fc8f1/lib/python3.13/site-packages/diffusers/pipelines/pipeline_loading_utils.py", line 1071, in _get_custom_components_and_folders
|
| 41 |
+
raise ValueError(
|
| 42 |
+
f"{candidate_file} as defined in `model_index.json` does not exist in {pretrained_model_name} and is not a module in 'diffusers/pipelines'."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
)
|
| 44 |
+
ValueError: connectors/ltx2.py as defined in `model_index.json` does not exist in Lightricks/LTX-2 and is not a module in 'diffusers/pipelines'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|