Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Inoxannin

3
Posts
4
Followers
A member registered 47 days ago · View creator page →

Creator of

Recent community posts

Hi andevol, thanks for the detailed report — really appreciate the console log evidence and the structured write-up, that made this easy to track down.

Found it: you had a reasoning model selected, which "thinks" internally before producing its actual answer. That internal reasoning was eating up the whole token budget, so nothing was left for the actual response — the dual-output parser then received an empty string and fell back to the placeholder image. For this app I'd generally recommend an instruct model over a reasoning model — reasoning models also tend to take noticeably longer to generate, on top of this issue. That's fixed now and already live in the current upload, so reasoning models should work correctly too if you prefer to stick with Gemma.

On the image trigger issue: you're right, that one's still open. Right now the app detects image intent based on a simple keyword match, so any message containing the word "image" triggers generation, even in something like "don't generate an image." I haven't fixed that one yet, but it's on my list — I'll follow up here once it's resolved.

Feel free to grab the current update and test the reasoning-model fix in the meantime. Thanks again for taking the time to write this up so thoroughly before even purchasing.

Happy dating!

Just pushed the update with the fix — should be live now. Give it another try when you get a chance, and let me know if you run into anything else. Thanks again for the detailed report, that really helped track it down quickly.

Thanks for the detailed report - the exact error text was a huge help.

Found and fixed it: it was a compatibility issue between a couple of the bundled Python packages (torch/diffusers), unrelated to your checkpoint - it crashed the app on startup before it ever got to loading anything. It's fixed in the next update.

Separate thing I noticed while digging into this: it looks like you may have been using a Pony checkpoint. Just a heads-up in case you try it again - this app currently only supports SD 1.5 checkpoints, not Pony/SDXL (also noted in INSTALL.md under "Image checkpoint"). An SD 1.5 checkpoint from Civitai (filter by "Base Model: SD 1.5") will work correctly.