Grora

Newbie
May 9, 2017
38
55
The GenAI mod looks nice, tried to install it, installed pythong... then git and got some errors trying the next steps, seems i can't make it work.
 

Dark Lord Nova

Active Member
Nov 7, 2017
514
1,035
The GenAI mod looks nice, tried to install it, installed pythong... then git and got some errors trying the next steps, seems i can't make it work.
Did you installed Python 3.10 (not 3.13)? That might be your issue. However I'm having trouble getting Stable Diffusion setup and to launch so GenAI can work for me. I added this line: set COMMANDLINE_ARGS=--medvram --no-half-vae --listen --port=7860 --api --cors-allow-origins * in the webui-user.bat that I read from the Lab Rats GenAI Guide that was in the zip.
 

phlore101

Member
Jun 28, 2017
358
164
I keep getting warnings about people being 'unhappy with their job' and wanting to quit, except they all have like 150 to 200 happiness.

What's up with this?
Do your staff have really really good stats (possibly increased via serums)? I'm pretty sure they are unhappy with how much you are paying them. They'll come to you an threaten to quit and you can increase their pay to an appropriate level. Depending on your game state/progress, staff wages are probably inconsequential anyway.
 
  • Like
Reactions: rb813

Grora

Newbie
May 9, 2017
38
55
Did you installed Python 3.10 (not 3.13)? That might be your issue. However I'm having trouble getting Stable Diffusion setup and to launch so GenAI can work for me. I added this line: set COMMANDLINE_ARGS=--medvram --no-half-vae --listen --port=7860 --api --cors-allow-origins * in the webui-user.bat that I read from the Lab Rats GenAI Guide that was in the zip.
Yes, that is the version i have installed, after that the tutorial tells you to run some commands, all of them gave me some synthax error, so i had to give up. Hope they make it easier at some point.
 

iamnuff

Well-Known Member
Sep 2, 2017
1,769
1,296
Do your staff have really really good stats (possibly increased via serums)? I'm pretty sure they are unhappy with how much you are paying them. They'll come to you an threaten to quit and you can increase their pay to an appropriate level. Depending on your game state/progress, staff wages are probably inconsequential anyway.
Oh, i'm way underpaying these bitches. Lmao. And I recently boosted everyone's stats.

I wasn't aware that stats dictate the wage that they'll be happy with. Obvious in hindsight.
Oh well.
 

Urist

Newbie
Nov 29, 2016
34
27
The AI skin mod is great, but if you're having issues with it generating white skin as literal white/super pale skin like I have, I found an easy workaround. In the 'SD_PromptBuilder_ren.py' file,

change

Python:
def SD_get_skin_prompt(currentPerson: Person):
    return currentPerson.skin + " skin"
to

Python:
def SD_get_skin_prompt(currentPerson: Person):
    if currentPerson.skin == "white":
        return "caucasian"
    else:
        return currentPerson.skin + " skin"
and it should now generate with the tag 'caucasian' rather than 'white skin', which seems to have resolved my issues of it trying to generate girls with literal white skin rather than it being the ethnicity. You can also tweak the default positive/negative prompts here as well, and I went and edited my negative prompt to fit my generally used one rather than having to override it each time.
 

keer

Active Member
Jun 20, 2017
709
1,061
i can't change the console false to true when i change gives me error any way to cheat?
Cheat Mode:
Cheat ('x' key or 'cheats' in bottom action menu)
Opinion Editor (press 'p' while talking to someone or 'opinions' in bottom action menu)
Traits and Serums Research Cheat (press 't' in game)
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,491
16,995
i can't change the console false to true when i change gives me error any way to cheat?
Cheat Mode:
Cheat ('x' key or 'cheats' in bottom action menu)
Opinion Editor (press 'p' while talking to someone or 'opinions' in bottom action menu)
Traits and Serums Research Cheat (press 't' in game)
This^^^^is good just for that but if you want to cheat your stats over 8 you can use "Universal Ren'Py Mod":

Keep it up to date and please read about it before you try to use it.

As for the console it does not work on changing anything useful so it is useless to even try to.
 

JenoTar

New Member
Mar 6, 2022
5
5
Often mods developers make a common mistake. They think that users should go through the entire developer's path. However, half, if not more, of users give up installing complex mods as soon as they start. I think the right way is to create an archive with certain developments (approximately 3 - 5 interesting models). for testing. Experienced users can go further, the rest will follow them!
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,491
16,995
Often mods developers make a common mistake. They think that users should go through the entire developer's path. However, half, if not more, of users give up installing complex mods as soon as they start. I think the right way is to create an archive with certain developments (approximately 3 - 5 interesting models). for testing. Experienced users can go further, the rest will follow them!
There is something like that but the mods all work as they should so far and its listed on the OP.
5 mods including a real porn mod that put real porn sex in the middle of the screen with an internal view like.
I for one remove the real porn mod.
 

Lgn332

Member
May 23, 2018
110
153
Just stumbled across this GenAI mod for Lab Rats 2 - Reformulated—shoutout to someone/user named Maswoo who dropped it in the Discord server. Had to share it here in case anyone's interested. It basically replaces those ugly, dated DAZ Genesis 2/3 models. Man I'm going to say wow, this is exactly what this game needed. Holy shit! Lol

View attachment 4746331



View attachment 4746295 View attachment 4746296 View attachment 4746297

View attachment 4746306
Does the mod copy the generated images in the HD or does it generates them each time?

If it stores them in the HD, could someone upload them all after a whole playtrough?

Thx!
 

Theemanx

Newbie
Aug 9, 2023
21
3
Just stumbled across this GenAI mod for Lab Rats 2 - Reformulated—shoutout to someone/user named Maswoo who dropped it in the Discord server. Had to share it here in case anyone's interested. It basically replaces those ugly, dated DAZ Genesis 2/3 models. Man I'm going to say wow, this is exactly what this game needed. Holy shit! Lol

View attachment 4746331



View attachment 4746295 View attachment 4746296 View attachment 4746297

View attachment 4746306

What model is being used on the video? And settings? Thank you.
 

Dark Lord Nova

Active Member
Nov 7, 2017
514
1,035
Yes, that is the version i have installed, after that the tutorial tells you to run some commands, all of them gave me some synthax error, so i had to give up. Hope they make it easier at some point.
Yeah, looks like you're running into the same thing I did. Stable Diffusion just wouldn't launch for me either — I'd run it through Command Prompt and it would just hang there forever, no error messages, no progress, nothing. I've got another setup on a different drive with Forge (Stable Diffusion), Fooocus, and ComfyUI installed through Pinokio, and those all work fine without any issues. Might be worth hopping on Discord and asking around — someone there's probably seen this before.

The AI skin mod is great, but if you're having issues with it generating white skin as literal white/super pale skin like I have, I found an easy workaround.

and it should now generate with the tag 'caucasian' rather than 'white skin', which seems to have resolved my issues of it trying to generate girls with literal white skin rather than it being the ethnicity. You can also tweak the default positive/negative prompts here as well, and I went and edited my negative prompt to fit my generally used one rather than having to override it each time.
I don't have any issues with the GenAI mod itself — it shows up just fine in Lab Rats 2. The problem is it can't connect to Stable Diffusion, which it needs to actually work. I tried adding a command line to the webui-user.bat file where I've got Stable Diffusion installed, but after that, it just refuses to launch. No errors, nothing happens — it just won't open at all.

Does the mod copy the generated images in the HD or does it generates them each time?

If it stores them in the HD, could someone upload them all after a whole playtrough?

Thx!
What model is being used on the video? And settings? Thank you.
I honestly have no idea — I didn't make the mod, and I didn't create the AI images or the video I shared here. I just grabbed them from the Discord server and posted them. If you've got questions about how it works, you'll need to ask Maswoo on the Lab Rats 2 – Reformulate Discord.

I tried getting the mod to work myself, but I couldn't get Stable Diffusion to launch at all — which it needs to run. Super disappointing, especially since the mod looks really solid. That said, I do know my way around Stable Diffusion. I've got another version installed that works fine, and yeah, you can definitely create high-res stuff with it — even 4K if you set it up right. That's where I made my new avatar pic.

Oh I might know the models are. I believe they're DreamShaper XL, Juggernaut XL and Life Like Diffusion which you can get from CivitAI. And the one in the video, I believe it's Juggernaut XL.

DreamShaper XL:
Juggernaut XL:
Life Like Diffusion:
 
Last edited:
  • Like
Reactions: Lgn332
4.60 star(s) 69 Votes