ariG23498 HF Staff commited on
Commit
5a6f9c0
·
verified ·
1 Parent(s): e1f7487

Upload QuantFunc_Nunchaku-Qwen-Image-2512_0.txt with huggingface_hub

Browse files
QuantFunc_Nunchaku-Qwen-Image-2512_0.txt CHANGED
@@ -11,19 +11,20 @@ image = pipe(prompt).images[0]
11
 
12
  ERROR:
13
  Traceback (most recent call last):
14
- File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 402, in hf_raise_for_status
15
  response.raise_for_status()
16
  ~~~~~~~~~~~~~~~~~~~~~~~~~^^
17
- File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/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/QuantFunc/Nunchaku-Qwen-Image-2512/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/QuantFunc_Nunchaku-Qwen-Image-2512_0gQT5zn.py", line 27, in <module>
25
  pipe = DiffusionPipeline.from_pretrained("QuantFunc/Nunchaku-Qwen-Image-2512", dtype=torch.bfloat16, device_map="cuda")
26
- File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
27
  return fn(*args, **kwargs)
28
  File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 829, in from_pretrained
29
  cached_folder = cls.download(
@@ -31,7 +32,7 @@ Traceback (most recent call last):
31
  ...<14 lines>...
32
  **kwargs,
33
  )
34
- File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/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/e66db1a636ded7f8/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 1605, in download
37
  config_file = hf_hub_download(
@@ -39,47 +40,41 @@ Traceback (most recent call last):
39
  ...<5 lines>...
40
  token=token,
41
  )
42
- File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/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/e66db1a636ded7f8/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/e66db1a636ded7f8/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/e66db1a636ded7f8/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/e66db1a636ded7f8/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/e66db1a636ded7f8/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/e66db1a636ded7f8/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/e66db1a636ded7f8/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/e66db1a636ded7f8/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-69771574-65fa776b5199dc2110a7f993;081ca323-1fa1-4cf9-84eb-a70c92e7db4b)
84
 
85
  Entry Not Found for url: https://huggingface.co/QuantFunc/Nunchaku-Qwen-Image-2512/resolve/main/model_index.json.
 
11
 
12
  ERROR:
13
  Traceback (most recent call last):
14
+ File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 657, in hf_raise_for_status
15
  response.raise_for_status()
16
  ~~~~~~~~~~~~~~~~~~~~~~~~~^^
17
+ File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/httpx/_models.py", line 829, in raise_for_status
18
+ raise HTTPStatusError(message, request=request, response=self)
19
+ httpx.HTTPStatusError: Client error '404 Not Found' for url 'https://huggingface.co/QuantFunc/Nunchaku-Qwen-Image-2512/resolve/main/model_index.json'
20
+ For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404
21
 
22
  The above exception was the direct cause of the following exception:
23
 
24
  Traceback (most recent call last):
25
+ File "/tmp/QuantFunc_Nunchaku-Qwen-Image-2512_0326ZSW.py", line 27, in <module>
26
  pipe = DiffusionPipeline.from_pretrained("QuantFunc/Nunchaku-Qwen-Image-2512", dtype=torch.bfloat16, device_map="cuda")
27
+ File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn
28
  return fn(*args, **kwargs)
29
  File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 829, in from_pretrained
30
  cached_folder = cls.download(
 
32
  ...<14 lines>...
33
  **kwargs,
34
  )
35
+ File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn
36
  return fn(*args, **kwargs)
37
  File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 1605, in download
38
  config_file = hf_hub_download(
 
40
  ...<5 lines>...
41
  token=token,
42
  )
43
+ File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn
44
  return fn(*args, **kwargs)
45
+ File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1024, in hf_hub_download
46
  return _hf_hub_download_to_cache_dir(
47
  # Destination
48
+ ...<15 lines>...
49
+ dry_run=dry_run,
50
  )
51
+ File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1099, in _hf_hub_download_to_cache_dir
52
  (url_to_download, etag, commit_hash, expected_size, xet_file_data, head_call_error) = _get_metadata_or_catch_error(
53
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
54
  repo_id=repo_id,
55
  ^^^^^^^^^^^^^^^^
56
+ ...<9 lines>...
57
  relative_filename=relative_filename,
58
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
59
  )
60
  ^
61
+ File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1691, in _get_metadata_or_catch_error
62
  metadata = get_hf_file_metadata(
63
+ url=url,
64
+ ...<4 lines>...
65
+ retry_on_errors=retry_on_errors,
66
  )
67
+ File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn
68
  return fn(*args, **kwargs)
69
+ File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1614, in get_hf_file_metadata
70
+ response = _httpx_follow_relative_redirects(
71
+ method="HEAD", url=url, headers=hf_headers, timeout=timeout, retry_on_errors=retry_on_errors
 
 
 
 
 
 
 
 
72
  )
73
+ File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 309, in _httpx_follow_relative_redirects
74
  hf_raise_for_status(response)
75
  ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
76
+ File "/tmp/.cache/uv/environments-v2/e66db1a636ded7f8/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 671, in hf_raise_for_status
77
+ raise _format(RemoteEntryNotFoundError, message, response) from e
78
+ huggingface_hub.errors.RemoteEntryNotFoundError: 404 Client Error. (Request ID: Root=1-697866c1-01ba78f3447b3089362bcb28;27182d1d-10d0-476f-8cdf-011676b3bb56)
79
 
80
  Entry Not Found for url: https://huggingface.co/QuantFunc/Nunchaku-Qwen-Image-2512/resolve/main/model_index.json.