siliconflow / BizyAir

BizyAir: Comfy Nodes that can run in any environment.
https://siliconflow.github.io/BizyAir/
MIT License
290 stars 18 forks source link

Failed to connect to the server: , if you have no key #76

Closed sundaxiong6 closed 2 months ago

sundaxiong6 commented 2 months ago

Error occurred when executing BizyAirGenerateLightningImage:

Failed to connect to the server: , if you have no key,

File "G:\ComfyUI\ComfyUI-aki\ComfyUI-aki-v1.3\execution.py", line 152, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "G:\ComfyUI\ComfyUI-aki\ComfyUI-aki-v1.3\execution.py", line 82, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "G:\ComfyUI\ComfyUI-aki\ComfyUI-aki-v1.3\execution.py", line 75, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "G:\ComfyUI\ComfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\BizyAir\supernode.py", line 173, in generate_image response: str = send_post_request( File "G:\ComfyUI\ComfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\BizyAir\utils.py", line 40, in send_post_request raise Exception( 微信图片_20240805224243 Why do I have entered the key but still get an error saying there is no key, even though I have tried it many times?

doombeaker commented 2 months ago

could you provide the workflow you run with? If you use the "AI assitant/SiliconCloud LLM API" node, it may be caused by the heavy traffic on the LLM service. You can change the Model to "NO enhancement" and retry it.

And it may be caused by the api key issue that cannot be stored in cookeis. In that case, you can edit the api_key.ini file to set your key manually. Remember to restart your ComfyUI after your setting.