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-clientinto thecustom_nodesdirectory.- open
<comfyui_url>/chibi. It is normallyhttp://localhost:8188/chibi
- go to
Extensions > Install from URLand inputhttps://github.com/bedovyy/chibi-client. - run web UI with
--apioption. - open
<webui_url>/chibi. It is normallyhttp://localhost:7860/chibi.
- cloning this repo, then run
npm run devor 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.