官方提供的所有FLUX api节点,全部报错,但是会正常扣除积分
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
### Expected Behavior
官方提供的flux api,全部都报错。 而且,是扣除了积分,但是没有图片返回
Polling aborted due to error: API Error (status 403)
[Flux扩图api日志.txt](https://github.com/user-attachments/files/24523562/Flux.api.txt)
[Flux扩图Diagnostics-1767926670.log](https://github.com/user-attachments/files/24523563/Flux.Diagnostics-1767926670.log)
### Actual Behavior
### Steps to Reproduce
got prompt
!!! Exception during processing !!! Polling aborted due to error: API Error (status 403)
Traceback (most recent call last):
File "C:\ComfyUI-aki-v1.5\comfy_api_nodes\util\client.py", line 297, in poll_op_raw
resp_json = await sync_op_raw(
File "C:\ComfyUI-aki-v1.5\comfy_api_nodes\util\client.py", line 226, in sync_op_raw
return await _request_base(cfg, expect_binary=as_binary)
File "C:\ComfyUI-aki-v1.5\comfy_api_nodes\util\client.py", line 737, in _request_base
raise Exception(msg)
Exception: API Error (status 403)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\ComfyUI-aki-v1.5\execution.py", line 439, in execute
raise ex
File "C:\ComfyUI-aki-v1.5\execution.py", line 435, in execute
results.append(r.result())
File "C:\ComfyUI-aki-v1.5\python\lib\asyncio\futures.py", line 201, in result
raise self._exception.with_traceback(self._exception_tb)
File "C:\ComfyUI-aki-v1.5\python\lib\asyncio\tasks.py", line 232, in __step
result = coro.send(None)
File "C:\ComfyUI-aki-v1.5\execution.py", line 280, in async_wrapper
return await f(**args)
File "C:\ComfyUI-aki-v1.5\comfy_api\internal\__init__.py", line 145, in wrapped_async_func
return await method(locked_class, **inputs)
File "C:\ComfyUI-aki-v1.5\comfy_api\latest\_io.py", line 1602, in EXECUTE_NORMALIZED_ASYNC
to_return = await cls.execute(*args, **kwargs)
File "C:\ComfyUI-aki-v1.5\comfy_api_nodes\nodes_bfl.py", line 247, in execute
response = await poll_op(
File "C:\ComfyUI-aki-v1.5\comfy_api_nodes\util\client.py", line 153, in poll_op
raw = await poll_op_raw(
File "C:\ComfyUI-aki-v1.5\comfy_api_nodes\util\client.py", line 415, in poll_op_raw
raise Exception(f"Polling aborted due to error: {e}") from e
Exception: Polling aborted due to error: API Error (status 403)
Prompt executed in 5.18 seconds
```
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.