-
v0.25.0 - ComfyUI support Stable
released this
2024-02-20 15:12:31 -05:00 | 240 commits to master since this releaseWhat's Changed
- Update v0.24.2 by @neph1 in https://github.com/neph1/LlamaTale/pull/68
- Update v0.24.3 by @neph1 in https://github.com/neph1/LlamaTale/pull/69
- fix issue witha saved unarmed weapon not being loaded properly by @neph1 in https://github.com/neph1/LlamaTale/pull/70
- Update v0.25.0 by @neph1 in https://github.com/neph1/LlamaTale/pull/71
Leveraging another project I'm working on, image generation now supports ComfyUI backends as well. Should make it more feasible to run both LLM and SD at the same time, and it's also faster.
I've also snuck in the option to render on a background thread, which should make the experience a bit smoother. To enable (or disable in case it leads to problems), toggle:
GENERATE_IN_BACKGROUND: True
in your image gen config .yamlThere have also been a couple of patch releases with bug fixes since the last release.
Full Changelog: https://github.com/neph1/LlamaTale/compare/v0.24.1...v0.25.0