• planish@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Any news of like a llama.cpp equivalent for SD? It would be handy to be able to slowly run it without a GPU, and maybe competitive with other free options in terms of images generated per day.

        • planish@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          It’s a portable, standard-C++, CPU-based implementation of the code to do inference (i.e. text generation) with the LLaMA language model. You get a command line command that takes text and the model and eventually outputs more text.

          You could do the same thing and run Stable Diffusion off of the CPU at some relatively slow speed, but I don’t know if anyone has code for it.

            • planish@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              2
              ·
              1 year ago

              Wow, that claims to be really fast on CPU actually. Why aren’t people using this all the time instead of the annoying services?

              • Inductor@feddit.de
                link
                fedilink
                English
                arrow-up
                1
                ·
                edit-2
                1 year ago

                That guide refrences this version for more CPU performance. I haven’t tried using CPU, but from my experience with raytraced rendering on a CPU, it’s probably very slow compared to GPU. It might be faster than online services with a queue though.