Update README.md

This commit is contained in:
space-nuko
2023-04-07 14:43:52 -05:00
parent a11825dccf
commit 60ef62ccd3

View File

@@ -4,6 +4,8 @@ An alternative UI to the backend server of the Stable Diffusion webapp [ComfyUI]
This project is *still under construction* and many features are missing, be aware of the tradeoffs if you're interested in using it. This project is *still under construction* and many features are missing, be aware of the tradeoffs if you're interested in using it.
![Screenshot](./static/screenshot.png)
## NOTE ## 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. 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.
@@ -33,7 +35,3 @@ git clone https://github.com/space-nuko/ComfyBox
3. `pnpm dev` 3. `pnpm dev`
4. Start ComfyUI as usual with `python main.py --enable-cors-header` 4. Start ComfyUI as usual with `python main.py --enable-cors-header`
5. Visit `http://localhost:3000` in your browser 5. Visit `http://localhost:3000` in your browser
## Screenshot (WIP)
![Screenshot](./static/screenshot.png)