ComfyUI Login
{% if wrong_password %}

Wrong Password.

{% endif %} {% if prompt_for_username %}

Please also set a username.

{% endif %} {% if first_time %}

⚡ Welcome!

For your first login, please enter a new username and password.

Your password will be securely saved for future access.

On subsequent visits, you can use this password to log in.

{% else %}

🌈 Welcome back, {{ username }}!

{% endif %}
{% if first_time or prompt_for_username %}
{% endif %}




Locked Out?