Xyem
Xyem
There is another issue this would fix as well. If you have multiple tabs open, hitting `Generate` in one tab *sometimes* causes the other tabs to think they are generating...
If we do it the other way around, i.e. only the gamedata in /opt/gog, in the launcher we can check if the directory in home exists and if not, 'wineboot...
Easier to go from single package to multi-packages and that's how all the other -base packages are done (they install the "product") too. At the very least, we should start...
This could be done using the `*.d` style of ordering. For example: ``` extensions.d/10_unprompted extensions.d/20_controlnet extensions.d/99_sd-dynamic-prompts ``` There could be some guidelines for choosing an extension priority and with this,...
That can work as long as it is used to suggest the mod load order, but the actual order is determined by a single separate source. RimWorld does it this...
Surprised to see such dislike for it. If you don't mind, why do you dislike it so much? The resolving of the loop in a deterministic way like you describe...
I don't understand why it was removed.. there are wheels(?) for AVX-only as far as I can tell. `python -m pip install llama-cpp-python --prefer-binary --upgrade --extra-index-url=https://jllllll.github.io/llama-cpp-python-cuBLAS-wheels/AVX/cu122 --force-reinstall` seems to work...
Frustrating.. I wanted to update to use multimodal and I've just hit this issue instead in my fresh installation: #5036
> I was just about to update the webui when I saw this issue. I have an older i7 930 processor that I don't think has AVX instructions. Does this...
> As of #5964, noavx, AMD etc. wheels have been restored, so it's possible to install these now - so this issue has been resolved, I think. That's fantastic, thanks...