ComfyWeb is a simple interface for ComfyUI that replaces graphs with beautiful forms.
- A simple and intuitive interface with HTML forms instead of graphs! You can easily create and edit workflows without having to worry about the underlying graph structure.
- A unified gallery view that allows you to easily preview, edit and manage both generated images as well as anything that's pending in the queue.
- Drag and drop support for ComfyUI images and workflows, they are be automatically converted to a simple sequence of forms (some complex graphs might be rejected). Images generated with ComfyWeb can be loaded with ComfyUI (although they're not guaranteed to be pretty!).
This project builds into a single HTML file. You can try it by opening the Github Pages build. You can also download the latest release and open it in your browser. Note that when connecting to a local ComfyUI server, you need to allow CORS:
python main.py --enable-cors-header '*'
If you want to connect to a remote server, you should configure the host name in the 'Manage' tab.