📋 API Key Status:
The APIKeyStatus node is designed to provide a comprehensive overview of the status of all API keys configured within the ComfyUI environment. This node is particularly useful for users who need to manage multiple API keys across different providers, as it consolidates the status information into a single, easy-to-read report. By using this node, you can quickly identify which API keys are properly configured and which ones are missing, allowing for efficient management and troubleshooting. The node's primary function is to generate a status report that categorizes API keys into configured and not configured, providing clarity and insight into the current setup of your API keys.
📋 API Key Status Input Parameters:
This node does not require any input parameters. It automatically retrieves and processes the status of all API keys configured in the system.
📋 API Key Status Output Parameters:
status_report
The status_report output parameter provides a detailed string report of the status of all API keys. This report includes a list of providers with their respective configuration statuses, indicating whether each key is configured locally or via a pass path, or if it is missing. The report is structured to clearly differentiate between configured and not configured keys, making it easy for you to understand the current state of your API key configurations.
📋 API Key Status Usage Tips:
- Use the
APIKeyStatusnode regularly to monitor the status of your API keys, ensuring that all necessary keys are configured correctly and none are missing. - Incorporate this node into your workflow to automate the process of checking API key statuses, especially if you frequently add or modify keys.
📋 API Key Status Common Errors and Solutions:
No specific error messages
- Explanation: The
APIKeyStatusnode is designed to provide a status report and does not typically produce error messages. However, if the underlying functionget_all_key_statusencounters issues, it may affect the output. - Solution: Ensure that the configuration files and paths are correctly set up and accessible. If issues persist, check the logs for any errors related to the
get_all_key_statusfunction and address them accordingly.
