A chat application with text generation via tinyLlama/TinyLlama-1.1B-Chat-v1.0, text-to-speech via coqui_tts served via ComfyUI and text-generation-web-ui API endpoints. This application allows 🤖
Here's a simple demo on how to run multiple image generations with the tool. Run once, and leave it for later.
- Download this repo or clone via
git clone git@github.com:rsandagon/comfyui-batch-image-generation.git
- Run
npm install
to install packages - Run
npm start
to run the app If you want to use tunneling via ngrok, then runnpm start tunnel
*
Animatronext 🚧 I'll be posting demo videos and sample usage soon!
- text-generation-webui for the amazing tool and extensions!
- Comfyanonymous for providing an amazing tool that is ComfyUI! Thank you!🙇♀️
- CompVis, StableDiffusion team for continuing to maintain StableDiffuion models and having it opensourced.
- Hugging Face Optimum team for making the BetterTransformer API so easily accessible.
- coqio-ai for the fast TTS!