JohnAlcatraz
JohnAlcatraz
Recently, the OpenLLaMA model was created to have a fully open source replication of LLaMA without any of the licensing issues that the regular LLaMA model has: https://github.com/openlm-research/open_llama Currently, running...
An application using SteamVR might want to open a link like this when the user clicks a button like "How to create a custom map for the game": `steam://openurl/https://steamcommunity.com/sharedfiles/filedetails/?id=2634192038` If...
I'm looking for a way to use this in C to both create and apply patches. Can the C library do that, or can it only apply previously created patches?
Stable Diffusion 2.x is a lot more dependent on negative prompts for good looking outputs than SD 1.5 was. So it would be very useful if support for negative prompts...
Currently, it prints out something like this when generating an image: ``` Building the Clip transformer. Building the autoencoder. Building the unet. Timestep 0/5 Timestep 1/5 Timestep 2/5 Timestep 3/5...
It would be very useful to have a simple flag like `--H 512` and `--W 512` for setting the resolution to generate an image at.
When running this on the CPU, it would be nice to have a flag for setting how many threads it should be allowed to use. Sometimes it might make sense...
Currently stable-diffusion.cpp seems to have a too high RAM usage compared to https://github.com/rupeshs/fastsdcpu (written in Python) for the same result. I compared the Dreamshaper LCM model + TAESD at 5...
It would be great if support for the SDXS-512 model could be added: https://github.com/IDKiro/sdxs Especially for quickly generating images on the CPU, this is a major new development, so it...
When I tried out the released binaries, I was surprised they do not have flash attention enabled. I mean these: [sd-master-ce1bcc7-bin-win-avx-x64.zip](https://github.com/leejet/stable-diffusion.cpp/releases/download/master-ce1bcc7/sd-master-ce1bcc7-bin-win-avx-x64.zip) [sd-master-ce1bcc7-bin-win-avx2-x64.zip](https://github.com/leejet/stable-diffusion.cpp/releases/download/master-ce1bcc7/sd-master-ce1bcc7-bin-win-avx2-x64.zip) [sd-master-ce1bcc7-bin-win-avx512-x64.zip](https://github.com/leejet/stable-diffusion.cpp/releases/download/master-ce1bcc7/sd-master-ce1bcc7-bin-win-avx512-x64.zip) The readme mentions this about flash attention:...