Installation¶
Requirements¶
- ComfyUI with Python 3.x
- Dependencies are installed automatically by the node (see
utils/install_deps.py)
Steps¶
- Install the node Place the extension in ComfyUI's custom nodes directory:
ComfyUI/custom_nodes/ComfyUI-MSS-Login/
Or clone:
cd ComfyUI/custom_nodes
git clone <repository-url> ComfyUI-MSS-Login
-
Restart ComfyUI so the node loads.
-
First launch On first run, register the initial admin user when prompted.
-
Configure Open Settings → mss-login to configure groups, IP rules, user environment, and NSFW settings.
Optional: Encrypted SQLite and recovery¶
- For encrypted SQLite (optional), install
argon2-cffiandsqlcipher3(see Configuration). - For MFA recovery (e.g. after changing
SECRET_KEY), see the recovery endpoint in the API Reference.