AI Muse Studio — ComfyUI add-on
A simple, beautiful front-end for ComfyUI. Students open one page and run Ana's workflows from
prompts + a few friendly settings — they never touch the node editor.
The app opens to a launcher that switches between per-workflow interfaces via a
Model → Workflow picker (workflows/library.json).
Current interfaces (the Character Creator combo):
- Face Creator (
/4n4/face) — name + face prompt → a batch of 4 faces, click to pick one.
- Dataset Creator (
/4n4/dataset) — turns the chosen face into a captioned training dataset.
(Wan 2.2 video studio is parked as a later premium add-on; its page lives at /4n4/wan.)
Install (it's just a custom node)
- Copy the whole
AI_Muse_Studio folder into your ComfyUI custom_nodes folder
(the same place your other custom nodes live). The workflows ship inside it at
AI_Muse_Studio/workflows/.
- Restart ComfyUI.
- In your browser, open your ComfyUI address with
/4n4 on the end — e.g.
http://127.0.0.1:8188/4n4. You'll land on the AI Muse launcher.
On a SimplePod template this is handled automatically by the boot + setup scripts.
If something goes wrong
- If you see a red error box, copy all of its text — that tells us exactly what to fix.
- If the page doesn't load at
/4n4: confirm ComfyUI fully restarted and that the
AI_Muse_Studio folder is directly inside custom_nodes (not nested in another folder).