ariG23498 HF Staff commited on
Commit
1fa512e
·
verified ·
1 Parent(s): 22f0561

Upload chestnutlzj_Edit-R1-Qwen-Image-Edit-2509_0.txt with huggingface_hub

Browse files
chestnutlzj_Edit-R1-Qwen-Image-Edit-2509_0.txt CHANGED
@@ -12,6 +12,75 @@ image = pipe(image=input_image, prompt=prompt).images[0]
12
 
13
  ERROR:
14
  Traceback (most recent call last):
15
- File "/tmp/chestnutlzj_Edit-R1-Qwen-Image-Edit-2509_0vfjbEs.py", line 14, in <module>
16
- from diffusers import DiffusionPipeline
17
- ModuleNotFoundError: No module named 'diffusers'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  ERROR:
14
  Traceback (most recent call last):
15
+ File "/tmp/.cache/uv/environments-v2/88fa17182e4823f2/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 402, in hf_raise_for_status
16
+ response.raise_for_status()
17
+ ~~~~~~~~~~~~~~~~~~~~~~~~~^^
18
+ File "/tmp/.cache/uv/environments-v2/88fa17182e4823f2/lib/python3.13/site-packages/requests/models.py", line 1026, in raise_for_status
19
+ raise HTTPError(http_error_msg, response=self)
20
+ requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/chestnutlzj/Edit-R1-Qwen-Image-Edit-2509/resolve/main/model_index.json
21
+
22
+ The above exception was the direct cause of the following exception:
23
+
24
+ Traceback (most recent call last):
25
+ File "/tmp/chestnutlzj_Edit-R1-Qwen-Image-Edit-2509_0tyqd9f.py", line 19, in <module>
26
+ pipe = DiffusionPipeline.from_pretrained("chestnutlzj/Edit-R1-Qwen-Image-Edit-2509")
27
+ File "/tmp/.cache/uv/environments-v2/88fa17182e4823f2/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
28
+ return fn(*args, **kwargs)
29
+ File "/tmp/.cache/uv/environments-v2/88fa17182e4823f2/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 833, in from_pretrained
30
+ cached_folder = cls.download(
31
+ pretrained_model_name_or_path,
32
+ ...<14 lines>...
33
+ **kwargs,
34
+ )
35
+ File "/tmp/.cache/uv/environments-v2/88fa17182e4823f2/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
36
+ return fn(*args, **kwargs)
37
+ File "/tmp/.cache/uv/environments-v2/88fa17182e4823f2/lib/python3.13/site-packages/diffusers/pipelines/pipeline_utils.py", line 1490, in download
38
+ config_file = hf_hub_download(
39
+ pretrained_model_name,
40
+ ...<5 lines>...
41
+ token=token,
42
+ )
43
+ File "/tmp/.cache/uv/environments-v2/88fa17182e4823f2/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
44
+ return fn(*args, **kwargs)
45
+ File "/tmp/.cache/uv/environments-v2/88fa17182e4823f2/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1007, in hf_hub_download
46
+ return _hf_hub_download_to_cache_dir(
47
+ # Destination
48
+ ...<14 lines>...
49
+ force_download=force_download,
50
+ )
51
+ File "/tmp/.cache/uv/environments-v2/88fa17182e4823f2/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1070, 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
+ ...<10 lines>...
57
+ relative_filename=relative_filename,
58
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
59
+ )
60
+ ^
61
+ File "/tmp/.cache/uv/environments-v2/88fa17182e4823f2/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1543, in _get_metadata_or_catch_error
62
+ metadata = get_hf_file_metadata(
63
+ url=url, proxies=proxies, timeout=etag_timeout, headers=headers, token=token, endpoint=endpoint
64
+ )
65
+ File "/tmp/.cache/uv/environments-v2/88fa17182e4823f2/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
66
+ return fn(*args, **kwargs)
67
+ File "/tmp/.cache/uv/environments-v2/88fa17182e4823f2/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 1460, in get_hf_file_metadata
68
+ r = _request_wrapper(
69
+ method="HEAD",
70
+ ...<5 lines>...
71
+ timeout=timeout,
72
+ )
73
+ File "/tmp/.cache/uv/environments-v2/88fa17182e4823f2/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 283, in _request_wrapper
74
+ response = _request_wrapper(
75
+ method=method,
76
+ ...<2 lines>...
77
+ **params,
78
+ )
79
+ File "/tmp/.cache/uv/environments-v2/88fa17182e4823f2/lib/python3.13/site-packages/huggingface_hub/file_download.py", line 307, in _request_wrapper
80
+ hf_raise_for_status(response)
81
+ ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
82
+ File "/tmp/.cache/uv/environments-v2/88fa17182e4823f2/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 413, in hf_raise_for_status
83
+ raise _format(EntryNotFoundError, message, response) from e
84
+ huggingface_hub.errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-690098a0-2fdc8b910a2d382051e0ac05;301b449b-a4be-4355-b3c5-29bd420d0cd4)
85
+
86
+ Entry Not Found for url: https://huggingface.co/chestnutlzj/Edit-R1-Qwen-Image-Edit-2509/resolve/main/model_index.json.