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 manga^1
git clone https://github.com/bedovyy/chibi-client
into the custom_nodes
directory.<comfyui_url>/chibi
. It is normally http://localhost:8188/chibi
Extensions > Install from URL
and input https://github.com/bedovyy/chibi-client
.--api
option.<webui_url>/chibi
. It is normally http://localhost:7860/chibi
.npm run dev
or serve with any web server.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.