e663f4db8865131e280a62ecd728a58e048bc6ed
ComfyBox
An alternative UI to the backend server of the Stable Diffusion webapp ComfyUI. Build your workflow in a graph structure and have a custom Stable Diffusion interface created for you automatically.
This project is still under construction and many features are missing, be aware of the tradeoffs if you're interested in using it.
NOTE
This frontend isn't compatible with regular ComfyUI's workflow format since extra metadata is saved like panel layout, so you'll have to spend a bit of time recreating them. This project also isn't compatible with regular ComfyUI's frontend extension format, but useful extensions can be integrated into this repo with some effort.
Proposed Features
- All the power of ComfyUI with more convenience on top
- Autocreation of UI widgets from your workflow, quickly creating a personalized dashboard
- Custom widget and node types
- Look up queued and finished generations and their configs in realtime
- Development with TypeScript
Requirements
pnpm- An installation of vanilla ComfyUI for the backend
Installation
- Clone the repo with submodules:
git clone https://github.com/space-nuko/ComfyBox --recursive
pnpm installpnpm build:csspnpm dev- Start ComfyUI as usual with
python main.py --enable-cors-header - Visit
http://localhost:3000in your browser
Description
Releases
1
Release from Github
Latest
Languages
TypeScript
37.8%
Jupyter Notebook
33.1%
Svelte
25.1%
SCSS
3.7%
Python
0.2%
