/tinderTwombly-v3

Primary LanguageJavaScriptMIT LicenseMIT

TinderTwombly v3

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 🤖

Demo⚡️

Here's a simple demo on how to run multiple image generations with the tool. Run once, and leave it for later.

Installation

  1. Download this repo or clone via
git clone git@github.com:rsandagon/comfyui-batch-image-generation.git
  1. Run npm install to install packages
  2. Run npm start to run the app If you want to use tunneling via ngrok, then run npm start tunnel

*⚠️ Note: This application requires a previously running ComfyUI server and text-generation-web-ui (with tinyllama and coqui_tts). Please see ComfyUI Installation and text-generation-webui for instructions. *

Resources

Animatronext 🚧 I'll be posting demo videos and sample usage soon!

Acknowledgements

  1. text-generation-webui for the amazing tool and extensions!
  2. Comfyanonymous for providing an amazing tool that is ComfyUI! Thank you!🙇‍♀️
  3. CompVis, StableDiffusion team for continuing to maintain StableDiffuion models and having it opensourced.
  4. Hugging Face Optimum team for making the BetterTransformer API so easily accessible.
  5. coqio-ai for the fast TTS!