ariG23498 HF Staff commited on
Commit
7e1649b
·
verified ·
1 Parent(s): 45925f4

Upload black-forest-labs_FLUX.2-klein-9B_1.txt with huggingface_hub

Browse files
black-forest-labs_FLUX.2-klein-9B_1.txt CHANGED
@@ -14,7 +14,7 @@ image = pipe(image=input_image, prompt=prompt).images[0]
14
 
15
  ERROR:
16
  Traceback (most recent call last):
17
- File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 657, in hf_raise_for_status
18
  response.raise_for_status()
19
  ~~~~~~~~~~~~~~~~~~~~~~~~~^^
20
  File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/httpx/_models.py", line 829, in raise_for_status
@@ -25,7 +25,7 @@ For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/St
25
  The above exception was the direct cause of the following exception:
26
 
27
  Traceback (most recent call last):
28
- File "/tmp/black-forest-labs_FLUX.2-klein-9B_1Fu9gZh.py", line 28, in <module>
29
  pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.2-klein-9B", dtype=torch.bfloat16, device_map="cuda")
30
  File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn
31
  return fn(*args, **kwargs)
@@ -45,18 +45,18 @@ Traceback (most recent call last):
45
  )
46
  File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn
47
  return fn(*args, **kwargs)
48
- File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1024, in hf_hub_download
49
  return _hf_hub_download_to_cache_dir(
50
  # Destination
51
  ...<15 lines>...
52
  dry_run=dry_run,
53
  )
54
- File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1175, in _hf_hub_download_to_cache_dir
55
  _raise_on_head_call_error(head_call_error, force_download, local_files_only)
56
  ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
57
- File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1804, in _raise_on_head_call_error
58
  raise head_call_error
59
- File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1691, in _get_metadata_or_catch_error
60
  metadata = get_hf_file_metadata(
61
  url=url,
62
  ...<4 lines>...
@@ -64,16 +64,16 @@ Traceback (most recent call last):
64
  )
65
  File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn
66
  return fn(*args, **kwargs)
67
- File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1614, in get_hf_file_metadata
68
- response = _httpx_follow_relative_redirects(
69
  method="HEAD", url=url, headers=hf_headers, timeout=timeout, retry_on_errors=retry_on_errors
70
  )
71
- File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 309, in _httpx_follow_relative_redirects
72
  hf_raise_for_status(response)
73
  ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
74
- File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 677, in hf_raise_for_status
75
  raise _format(GatedRepoError, message, response) from e
76
- huggingface_hub.errors.GatedRepoError: 403 Client Error. (Request ID: Root=1-697b0b95-42baf91b28b6d5e4249810c5;53f1f362-d285-4cf2-82eb-07888ee001b4)
77
 
78
  Cannot access gated repo for url https://huggingface.co/black-forest-labs/FLUX.2-klein-9B/resolve/main/model_index.json.
79
  Access to model black-forest-labs/FLUX.2-klein-9B is restricted and you are not in the authorized list. Visit https://huggingface.co/black-forest-labs/FLUX.2-klein-9B to ask for access.
 
14
 
15
  ERROR:
16
  Traceback (most recent call last):
17
+ File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 720, in hf_raise_for_status
18
  response.raise_for_status()
19
  ~~~~~~~~~~~~~~~~~~~~~~~~~^^
20
  File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/httpx/_models.py", line 829, in raise_for_status
 
25
  The above exception was the direct cause of the following exception:
26
 
27
  Traceback (most recent call last):
28
+ File "/tmp/black-forest-labs_FLUX.2-klein-9B_1yeWdvO.py", line 28, in <module>
29
  pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.2-klein-9B", dtype=torch.bfloat16, device_map="cuda")
30
  File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn
31
  return fn(*args, **kwargs)
 
45
  )
46
  File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn
47
  return fn(*args, **kwargs)
48
+ File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 982, in hf_hub_download
49
  return _hf_hub_download_to_cache_dir(
50
  # Destination
51
  ...<15 lines>...
52
  dry_run=dry_run,
53
  )
54
+ File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1133, in _hf_hub_download_to_cache_dir
55
  _raise_on_head_call_error(head_call_error, force_download, local_files_only)
56
  ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
57
+ File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1762, in _raise_on_head_call_error
58
  raise head_call_error
59
+ File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1649, in _get_metadata_or_catch_error
60
  metadata = get_hf_file_metadata(
61
  url=url,
62
  ...<4 lines>...
 
64
  )
65
  File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn
66
  return fn(*args, **kwargs)
67
+ File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1572, in get_hf_file_metadata
68
+ response = _httpx_follow_relative_redirects_with_backoff(
69
  method="HEAD", url=url, headers=hf_headers, timeout=timeout, retry_on_errors=retry_on_errors
70
  )
71
+ File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 651, in _httpx_follow_relative_redirects_with_backoff
72
  hf_raise_for_status(response)
73
  ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
74
+ File "/tmp/.cache/uv/environments-v2/c056ef216bacca27/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 740, in hf_raise_for_status
75
  raise _format(GatedRepoError, message, response) from e
76
+ huggingface_hub.errors.GatedRepoError: 403 Client Error. (Request ID: Root=1-69a93027-7f6eac776a0d4b90667f008a;7cef3ebe-27ae-4671-9316-dd54541927c4)
77
 
78
  Cannot access gated repo for url https://huggingface.co/black-forest-labs/FLUX.2-klein-9B/resolve/main/model_index.json.
79
  Access to model black-forest-labs/FLUX.2-klein-9B is restricted and you are not in the authorized list. Visit https://huggingface.co/black-forest-labs/FLUX.2-klein-9B to ask for access.