From 60ef62ccd3c9b8b8057132c53241653130679394 Mon Sep 17 00:00:00 2001 From: space-nuko <24979496+space-nuko@users.noreply.github.com> Date: Fri, 7 Apr 2023 14:43:52 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 21e6aa4..5887e28 100644 --- a/README.md +++ b/README.md @@ -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. +![Screenshot](./static/screenshot.png) + ## 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. @@ -33,7 +35,3 @@ git clone https://github.com/space-nuko/ComfyBox 3. `pnpm dev` 4. Start ComfyUI as usual with `python main.py --enable-cors-header` 5. Visit `http://localhost:3000` in your browser - -## Screenshot (WIP) - -![Screenshot](./static/screenshot.png)