Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

First off, thank you *so much*. Those comments mean a lot to me. Worked very hard and seeing that someone likes it so much made my day! Yes - definitely considering more development. Glad the LLM worked on your 2070-super! That's actually quite a good GPU for this - 9 tflops :D (also good to know it is working w/ CUDA). 

Animating the people is also a good recommendation - maybe adding facial expressions and finetuning on sentiments. The artwork was what I could find on opengameart + some AI generation.

To your concerns about the web:
It required a web hookup! Dang it! All the AI models are 100% local - but the issue is I rely on libraries - sometimes those libraries load things from CDNs - and it's *very very very* difficult to track down all the dependencies (I can't just turn off my internet, as they can be stored in the cache). If you could report what was loaded over the web, I could try and track it down and fix it!

I've got no idea, I just saw it ask for network access and clicked yes as I know LLMs tend to be pretty finnicky if they don't get all the files they want.

Got it -- there's likely network access for some javascript library, not anything else. The LLM is 100% local AFAIK. Or perhaps electron apps just request network accesss... will investigate.