ariG23498 HF Staff commited on
Commit
484aa38
·
verified ·
1 Parent(s): 3d64a13

Upload vita-video-gen_svi-model_0.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. vita-video-gen_svi-model_0.txt +72 -3
vita-video-gen_svi-model_0.txt CHANGED
@@ -17,6 +17,75 @@ export_to_video(output, "output.mp4")
17
 
18
  ERROR:
19
  Traceback (most recent call last):
20
- File "/tmp/vita-video-gen_svi-model_0x1wGFf.py", line 15, in <module>
21
- from diffusers import DiffusionPipeline
22
- ModuleNotFoundError: No module named 'diffusers'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  ERROR:
19
  Traceback (most recent call last):
20
+ File "/tmp/.cache/uv/environments-v2/816bbc18636a46ec/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 402, in hf_raise_for_status
21
+ response.raise_for_status()
22
+ ~~~~~~~~~~~~~~~~~~~~~~~~~^^
23
+ File "/tmp/.cache/uv/environments-v2/816bbc18636a46ec/lib/python3.13/site-packages/requests/models.py", line 1026, in raise_for_status
24
+ raise HTTPError(http_error_msg, response=self)
25
+ requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/vita-video-gen/svi-model/resolve/main/model_index.json
26
+
27
+ The above exception was the direct cause of the following exception:
28
+
29
+ Traceback (most recent call last):
30
+ File "/tmp/vita-video-gen_svi-model_0U1CiIw.py", line 20, in <module>
31
+ pipe = DiffusionPipeline.from_pretrained("vita-video-gen/svi-model", torch_dtype=torch.float16)
32
+ File "/tmp/.cache/uv/environments-v2/816bbc18636a46ec/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
33
+ return fn(*args, **kwargs)
34
+ File "/tmp/.cache/uv/environments-v2/816bbc18636a46ec/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 833, in from_pretrained
35
+ cached_folder = cls.download(
36
+ pretrained_model_name_or_path,
37
+ ...<14 lines>...
38
+ **kwargs,
39
+ )
40
+ File "/tmp/.cache/uv/environments-v2/816bbc18636a46ec/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
41
+ return fn(*args, **kwargs)
42
+ File "/tmp/.cache/uv/environments-v2/816bbc18636a46ec/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 1490, in download
43
+ config_file = hf_hub_download(
44
+ pretrained_model_name,
45
+ ...<5 lines>...
46
+ token=token,
47
+ )
48
+ File "/tmp/.cache/uv/environments-v2/816bbc18636a46ec/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
49
+ return fn(*args, **kwargs)
50
+ File "/tmp/.cache/uv/environments-v2/816bbc18636a46ec/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1007, in hf_hub_download
51
+ return _hf_hub_download_to_cache_dir(
52
+ # Destination
53
+ ...<14 lines>...
54
+ force_download=force_download,
55
+ )
56
+ File "/tmp/.cache/uv/environments-v2/816bbc18636a46ec/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1070, in _hf_hub_download_to_cache_dir
57
+ (url_to_download, etag, commit_hash, expected_size, xet_file_data, head_call_error) = _get_metadata_or_catch_error(
58
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
59
+ repo_id=repo_id,
60
+ ^^^^^^^^^^^^^^^^
61
+ ...<10 lines>...
62
+ relative_filename=relative_filename,
63
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
64
+ )
65
+ ^
66
+ File "/tmp/.cache/uv/environments-v2/816bbc18636a46ec/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1543, in _get_metadata_or_catch_error
67
+ metadata = get_hf_file_metadata(
68
+ url=url, proxies=proxies, timeout=etag_timeout, headers=headers, token=token, endpoint=endpoint
69
+ )
70
+ File "/tmp/.cache/uv/environments-v2/816bbc18636a46ec/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
71
+ return fn(*args, **kwargs)
72
+ File "/tmp/.cache/uv/environments-v2/816bbc18636a46ec/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1460, in get_hf_file_metadata
73
+ r = _request_wrapper(
74
+ method="HEAD",
75
+ ...<5 lines>...
76
+ timeout=timeout,
77
+ )
78
+ File "/tmp/.cache/uv/environments-v2/816bbc18636a46ec/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 283, in _request_wrapper
79
+ response = _request_wrapper(
80
+ method=method,
81
+ ...<2 lines>...
82
+ **params,
83
+ )
84
+ File "/tmp/.cache/uv/environments-v2/816bbc18636a46ec/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 307, in _request_wrapper
85
+ hf_raise_for_status(response)
86
+ ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
87
+ File "/tmp/.cache/uv/environments-v2/816bbc18636a46ec/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 413, in hf_raise_for_status
88
+ raise _format(EntryNotFoundError, message, response) from e
89
+ huggingface_hub.errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-690098c7-15f98e604965752534a9b40d;f33770d2-3272-4932-9c1d-c2a2738fa5f7)
90
+
91
+ Entry Not Found for url: https://huggingface.co/vita-video-gen/svi-model/resolve/main/model_index.json.