In this document, we will introduce the account management features of ComfyUI, including account login, registration, and logout operations.
The account system was added to support API Nodes
, which enable calls to closed-source model APIs, greatly expanding the possibilities of ComfyUI. Since these API calls consume tokens, we have added a corresponding user system.
Currently, we support the following login methods:
We will provide relevant login requirements and explanations in this document.
You may need to use at least ComfyUI v0.3.0 to use the account system. Ensure that the corresponding frontend version is at least 1.17.11
. Sometimes the frontend may fail to install and revert to an older version, so please check if the frontend version is greater than 1.17.11
in Settings
-> About
.
In some regions, network restrictions may prevent normal access to the login API, causing timeouts or failures. Before logging in, please ensure that your network environment does not restrict access to the corresponding API, and make sure you can access sites like Google or Github.
Since we are still in rapid iterative updates, related functions may change. If there are no special circumstances, please try to update to the latest version to get support for relevant functions.
To login to ComfyUI account, you must be in a secure network environment:
127.0.0.1
or localhost
.--listen
parameter to access the API node through a local network.https
, you may not be able to successfully log in.Log in via Settings
-> User
:
If this is your first login, please create an account first.
Since not all ComfyUI deployments are on our domain authorization whitelist, we have provided API Key login in a recent update (2025-05-10) for logging in through non-whitelisted sites. Below are the steps for logging in with an API Key:
Select Comfy API Key Login on the Login Screen
Select Comfy API Key
login in the login popup
Enter Your API Key
Get one here
link to go to https://platform.comfy.org/login and log in to obtain it.Login Successful
After a successful login, you can see the corresponding API Key login information in the settings menu
Select Comfy API Key Login on the Login Screen
Select Comfy API Key
login in the login popup
Enter Your API Key
Get one here
link to go to https://platform.comfy.org/login and log in to obtain it.Login Successful
After a successful login, you can see the corresponding API Key login information in the settings menu
Please refer to the following steps to apply for and obtain an API Key:
Visit https://platform.comfy.org/login and Log In
Please visit https://platform.comfy.org/login and log in with the corresponding account
Click `+ New` in API Keys to Create an API Key
Click + New
in API Keys to create an API Key
Enter API Key Name
Generate
to createSave the Obtained API Key
Since the API Key is only visible upon first creation, please save it immediately after creation. It cannot be viewed later, so please keep it safe. Please note that you should not share your API Key with others.Once it leaked, you can delete it and create a new one.
API Key Management
For unused API Keys or those at risk of being leaked, you can click Delete
to remove them to prevent unnecessary losses.
(Optional) Log Out
If you have obtained an API Key and are logged in on a public device, please log out promptly.
After logging in, a login button is displayed in the top menu bar of the ComfyUI interface. You can open the corresponding login interface through this button and log out of the corresponding account in the settings menu.
Are there any login device restrictions?
We do not restrict login devices. You can log in to your account on any device, but please note that your account information may be accessed by other devices, so do not log in to your account on public devices.
How to log in in a LAN environment?
Currently, only API Key login is supported in a LAN environment. If you are accessing ComfyUI services through a LAN, please use API Key to log in.
Why can't I log in on some websites?
Our login service has a whitelist, so you may not be able to log in to ComfyUI deployed on some servers, for this case, you can use API Key login to solve it.