Update README
This commit is contained in:
18
README.md
18
README.md
@@ -12,20 +12,24 @@ ComfyBox is a frontend to Stable Diffusion that lets you create custom image gen
|
||||
2. Start the ComfyUI backend with `python main.py --enable-cors-header`.
|
||||
3. In the folder you extracted open the `run.bat`/`run.sh` script (requires Python 3 to be on your PATH). Alternatively you can serve the contents of the folder with any web server.
|
||||
|
||||
## Usage
|
||||
|
||||
You can import your existing workflows from ComfyUI into ComfyBox by simply clicking `Load` and choosing the `.json` or `.png` with embedded metadata, or dropping either file onto the graph viewer.
|
||||
|
||||
## NOTE
|
||||
|
||||
This project is *still under construction* and some features are missing, be aware of the tradeoffs if you're interested in using it.
|
||||
|
||||
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 the base repo with some effort.
|
||||
|
||||
Also note that the saved workflow format is subject to change until it's been finalized after enough testing, so be prepared to lose some of your work from time to time.
|
||||
|
||||
## Features
|
||||
- *No-Code UI Builder* - A novel system for creating your own Stable Diffusion user interfaces from the basic components.
|
||||
- *Extension Support* - All custom ComfyUI nodes are supported out of the box.
|
||||
- *Prompt Queue* - Queue up multiple prompts without waiting for them to finish first. Inspect currently queued and executed prompts.
|
||||
- *Prompt History* - Browse through previously generated prompts and their output images/parameters.
|
||||
- *Mobile-Friendly Version* - Includes a version of the UI optimized for mobile use, while still supporting the same customized workflows of the desktop version.
|
||||
- **No-Code UI Builder** - A novel system for creating your own Stable Diffusion user interfaces from the basic components.
|
||||
- **Manage Multiple Workflows** - You can open as many workflows as you like and switch between them using tabs within the app.
|
||||
- **Use Your Existing Workflows** - Import workflows you've created in ComfyUI into ComfyBox and a new UI will be created for you.
|
||||
- **Extension Support** - All custom ComfyUI nodes are supported out of the box.
|
||||
- **Prompt Queue** - Queue up multiple prompts without waiting for them to finish first. Inspect currently queued and executed prompts.
|
||||
- **Prompt History** - Browse through previously generated prompts and their output images/parameters.
|
||||
- **Mobile-Friendly Version** - Includes a version of the UI optimized for mobile use, while still supporting the same customized workflows of the desktop version.
|
||||
|
||||
## Development
|
||||
|
||||
|
||||
Reference in New Issue
Block a user