osmcuser132

Well-Known Member
Modder
Aug 8, 2017
1,062
3,826
Latest build with the Nora branch additions integrated, and all the working Mods besides the AI image gen (VT & CT, RealPorn, moresomes, Zenpak, Kaden and Kina mods) PC/Linux; This build will not work with any existing saves. That means your saves won't load without errors. Even save games from the build I posted last week.
You will need to start a new game.
Just to be clear, your saves will not work, don't download this and complain about your saves not working, they won't :)

Mega

Why was this packaged in a bunch of .rpa files?

Your .bat file to pull in the mods doesn't work on Linux so I thought the quickest way to play with the new changes was to just empty the mod-directory. But apparently there are mod-files in one of the .rpa or otherwise I would not be getting an error on CTMod/_image_definitions_ren.py at startup

You don't have permission to view the spoiler content. Log in or register now.

And using unren is also PITA on Linux since it requires Python2 which has been removed from modern distro's
 

ibnarabi

Member
May 21, 2021
162
699
Why was this packaged in a bunch of .rpa files?

Your .bat file to pull in the mods doesn't work on Linux so I thought the quickest way to play with the new changes was to just empty the mod-directory. But apparently there are mod-files in one of the .rpa or otherwise I would not be getting an error on CTMod/_image_definitions_ren.py at startup

You don't have permission to view the spoiler content. Log in or register now.

And using unren is also PITA on Linux since it requires Python2 which has been removed from modern distro's
When you compile with the mods in the mod folder, it puts everything in rpa files. Renpy makes no distinction between game and mod.
 
  • Like
Reactions: oldshoe

mrme654321

New Member
Jan 4, 2019
4
3
Is anyone else having issues playing on android, I havn't had problems until Joyplay updated, but other games seem to work, the problem seems to start on the inializing screen or any time I get to input a name
 

Urist

Newbie
Nov 29, 2016
40
45
I found the MOD and after some tinkering got it working. The MOD-developer clearly hasn't heard of Linux and its case-sensitive file-system so I had to edit some output-path variables so the game can find everything.

For the most part it works OK, but sometimes it does generate some ugly faces. Especially if they have glasses, they usually end up with deformed teeth.
You don't have permission to view the spoiler content. Log in or register now.

I did only install the dreamShaper XL models as mentioned in the included HTML guide.
Would the results be better if I also installed the two other mentioned models in the guide?

edit: after tinkering with the 3 mentioned models in the HTML guide, I just started paying for everybody's Lasik to remove glasses from the game for better face generation
see
Obvious question is obvious, but... You DID install stable diffusion locally, right? The mod itself requires a stable diffusion install, and isn't as easy as just drag & dropping the mod.

Let's assume that you're starting from complete scratch, since I'm sure some others out there are trying to get the mod running from nothing as well, and it's easier to just start here. It's strongly, strongly recommended that you don't do this on cards with less than 6gb vram, or on older 20x cards (if you're doing this on a 10x ti card, it's possible but jfc what are you doing), and assumes you're using an nvidia card.
  1. Install forge (or reForge if you know what you're doing) - I'd suggest doing the advanced install steps (downloading python 3.10, git, then doing a git clone of the )
  2. Download a model, I've listed two here, but the current genning standard is using an illustrious based model, such as
  3. Place the .safetensors model in your webui\models\Stable-diffusion\ folder
  4. Locate your webui-user.bat file inside of your webui folder, !!!MAKE A COPY OF IT!!!, then (optionally rename, and) edit that copy with a text editor. Locate
    Code:
    set COMMANDLINE_ARGS=
    and add the following to it after the ='s sign
    Code:
    --port=7860 --api --cors-allow-origins *
    It is important that you use this copy to launch the webui when running the game. You want to leave the default webui-user.bat alone, and use that one when using stable diffusion normally when not playing the game. If you don't do this, and attempt to install extensions in to stable diffusion, you will have a very bad time.
  5. Run copied/renamed webui-user.bat from the above step and wait for it to open forge in your browser
  6. While waiting on the webui to open, download the mod and extract it in to the mods folder located inside of the game folder where your lab rats 2 exe is located. DO NOT LAUNCH THE GAME YET.
  7. When the webui finally opens, it is safe to launch the game
  8. Once loaded in to the game, click the GenAI Config button at the bottom of your UI
  9. Scroll down, click 'Model' and select the model you downloaded/want to use (I'll assume you listened and used an illustrious based model, such as noobai, or the other two I listed)
  10. Click 'Sampler' and select Euler or Euler A
  11. Set Steps to 25
  12. Set CFG scale to 5.0
  13. Set your resolution to 1024x1024 or 896x1152
  14. Set 'Auto Generate' to On to automatically generate images, or Off if you want to manually generate them. For simplicity's sake, set it to on and go talk to a girl. With any luck, you've installed everything correctly and it'll tell you when it's generating an image. All that's left to do is wait. Time taken varies based on hardware..
If you've installed everything, but it's still not working, the command prompt that opens when running the webui-user.bat should spit out the errors you're encountering. That's likely where you'll find your problem if it isn't working for whatever reason, unless you're getting an ingame error.

Anyways, here's some example images of how MY gens look, using the stuff I mentioned in this post, keeping the same settings between models and gens. I've also included what they look like without adetailer, without highres fix, and without the LoRA, if for whatever reason you hate yourself and/or are GLaDOS running on a potato.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

As you can see, settings, LoRAs, and extensions all make a world of difference. Using the above guide, out of the box you can basically just expect anything from the first column. But the simple act of adding in a LoRA improves the image a fair bit, and using hires fix to upscale it 2x improved it even more. Adding adetailer, but no hires fix is my default for genning images, but tossing in the hires fix on top of adetailer makes a massive difference. Point is, YMMV based off of a lot of factors, and you can get pure slop or something that's pretty decent. Just gotta experiment and find out.
You can totally do faces with glasses, you're just using a crappy model, lol. Go and look through the checkpoints. Find one that appeals to you and doesn't suck, and install that and use it's preferred generation settings. Also make sure you actually installed the adetailer .pt files, not just the extension itself.
 
4.60 star(s) 70 Votes