Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

链接云端平台获取文档报错 #85

Open
YutonPound opened this issue Jan 8, 2025 · 0 comments
Open

链接云端平台获取文档报错 #85

YutonPound opened this issue Jan 8, 2025 · 0 comments

Comments

@YutonPound
Copy link

链接了仙宫云平台会报错
!!! Exception during processing !!! sdppp PS side error:Error: Photoshop Error. Code: -1
Traceback (most recent call last):
File "/root/ComfyUI/execution.py", line 328, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "/root/ComfyUI/execution.py", line 203, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "/root/ComfyUI/execution.py", line 168, in _map_node_over_list
process_inputs(input_data_all, 0, input_is_list=input_is_list)
File "/root/ComfyUI/execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "/root/ComfyUI/custom_nodes/sd-ppp/sdppp_python/comfy/nodes_legacy.py", line 97, in get_image
result = call_async_func_in_server_thread(
File "/root/ComfyUI/custom_nodes/sd-ppp/sdppp_python/comfy/nodes_legacy.py", line 34, in call_async_func_in_server_thread
raise handle['error']
File "/root/ComfyUI/custom_nodes/sd-ppp/sdppp_python/comfy/nodes_legacy.py", line 23, in do_call
handle['result'] = await coro
File "/root/ComfyUI/custom_nodes/sd-ppp/sdppp_python/protocols/photoshop.py", line 22, in get_image
result = await protocol_call(backend_instance, 's_get_image', data={
File "/root/ComfyUI/custom_nodes/sd-ppp/sdppp_python/protocols/photoshop.py", line 8, in protocol_call
raise Exception('sdppp PS side error:' + result['error'])
Exception: sdppp PS side error:Error: Photoshop Error. Code: -1
PPP2
PPP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant