A Simple txt2img client for ComfyUI and Stable Diffusion web UI, developed in Vue3.
Chibi, also known as super deformation, or S.D. is a style of caricature originating in Japan, and common in anime and manga1
git clone https://github.com/bedovyy/chibi-client
into thecustom_nodes
directory.- open
<comfyui_url>/chibi
. It is normallyhttp://localhost:8188/chibi
- go to
Extensions > Install from URL
and inputhttps://github.com/bedovyy/chibi-client
. - run web UI with
--api
option. - open
<webui_url>/chibi
. It is normallyhttp://localhost:7860/chibi
.
- cloning this repo, then run
npm run dev
or serve with any web server.
- Very simple txt2img generation.
- Responsive web page for mobile.
- Tagautocomplete for danbooru tags.
- Supporting PWA.
You can see the UI from the below page.
https://bedovyy.github.io/chibi-client/
You can test it if you set your comfyui address on settings.
To test from the webpage, The protocol should be https because of mixed content error.
You may use tunnel service like cloudflared
and ComfyUI should be run with --enable-cors-header
option.