• stoicmaverick@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    ponyRealism_v21MainVAE Awesome. Hate to bother, but could you point me in the direction of a decent resource for getting started with local text-to-image generation? Most of the stuff I’ve found assume some sort of baseline knowledge, or framework already installed. I run full time linux desktop, and self host a bunch of containerized stuff, but this is a whole new ball of wax.

    • Ursusum@lemmynsfw.comOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 months ago

      If you’re not using Windows with an Nvidia GPU, be prepared to put in some frustrating extra work. I know, since I’m running mine on Fedora Linux with a 7900XT. And it took me three attempts and several hours of googling, just to get it running properly.

      But basically, you’ll want to start out by using the Automatic1111 WebUI. Yes, it’s called WebUI, but it runs completely locally.

      Just make sure you’re using the exact python version required (3.10.6). Make sure that all the dependencies are properly installed. Make sure your drivers are up to date. Make sure that you’re running the webui.sh from the same folder that also contains the webui-user.sh. And you’ll probably still run into issues.

      The WebUI is probably not the best thing for Linux folks out there (though it’s gotten a lot better compared to one year ago), but it’s probably the most popular way for us common folks to interact with stable diffusion. So there’s a ton of material on how to use it out there, and that includes Linux folks asking questions with answers which aren’t just “use windows”. So if you inevitably run into trouble, you’ll get at least some hints on how to fix it.

      Good luck