CommanderRa

New Member
Nov 11, 2020
14
8
For Stephanie (R&D) what does it mean under her quest line to "Advance your business serum trait R&D to tier 1." Can't progress further with her until I do this.
 

Urist

Newbie
Nov 29, 2016
33
25
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.
It's because of the --listen tag in your webui-user.bat file. You should notice your local link with that in there is launching to 0.0.0.0:7860, rather than the default 127.0.0.1:7860. As long as you use the default port of 7860, you do not need the --listen tag, and it can be safely deleted without consequence. The --listen tag makes it listen to all IPs on the network using port x.x.x.x:7860 to communicate, but since you've already added the --port=7860 tag to the webui-user.bat file, it'll launch to that port anyways on the default 127.0.0.1, which the code actually calls to when trying to access the webui API. Hopefully that'll help. And don't forget, the correct launch order is webui-user.bat > wait for it to actually launch on port 7860, then start the game.

I'd post an install guide on the full thing, but getting A1111, Forge, or reForge installed is a barrier for a lot of people. Mostly because of the dependencies required (python 3.10.6, git, torch, and CUDA) and because a lot of people unfamiliar with local diffusion have no idea that it's very GPU reliant, you'll need CUDA installed, and if you're running a weaker card from the 20x series, or even the 30x series, genning on 6gb of vram is...not great to say the least. And while reForge is the one most likely to gen on lower end cards/machines (and just the better choice all around imo unless you're genning flux which I don't think it supports yet, while classic forge does), it also assumes you know what you're doing and doesn't come with the correct CUDA version bundled with it like A1111 does, or even default forge does. And I don't link a lot of people are keen on installing forge's AIO setup, only to immediately turn around and delete the forge install (10+gb) and install reForge (another 10+gb) in it's place, just to get the correct torch/CUDA combo for reForge.
 
  • Heart
Reactions: Dark Lord Nova

D_Ragon

New Member
Aug 16, 2020
6
6
Thanks for the offer. :)
I compiled it again a few minutes ago, with and without the mods (PC/Linux);

A clean Dev build without any mods (1.8 gigs).
Mega


The Dev build with all the working mods; VT and CT mod, Kadens, Kinas, moresomes, Zenpak, and the RealPornMod (4.1 gigs).
Mega

Can you update for the new version??? pretty please!
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,490
16,995
What sex animations??? I wasn't aware there is any?? Lol
The real sex mod is the only animations I know of but I took it out.
For Stephanie (R&D) what does it mean under her quest line to "Advance your business serum trait R&D to tier 1." Can't progress further with her until I do this.
What does it say when you talk to Steph about advancing research?
You must pay for it in the CEO office to move up the tiers.
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,490
16,995
A continuation? And how should I play and understand the game when Lab Rats 2 is abandoned? o_O
Yes it was abandoned but this version lives on.
The modders who were modding LR2 took over the game and still working on it.
Its still the same game but it does have more content and many more mods have been created for it on there Discord.
 
  • Heart
Reactions: Dark Lord Nova

Dark Lord Nova

Active Member
Nov 7, 2017
514
1,032
It's because of the --listen tag in your webui-user.bat file. You should notice your local link with that in there is launching to 0.0.0.0:7860, rather than the default 127.0.0.1:7860. As long as you use the default port of 7860, you do not need the --listen tag, and it can be safely deleted without consequence. The --listen tag makes it listen to all IPs on the network using port x.x.x.x:7860 to communicate, but since you've already added the --port=7860 tag to the webui-user.bat file, it'll launch to that port anyways on the default 127.0.0.1, which the code actually calls to when trying to access the webui API. Hopefully that'll help. And don't forget, the correct launch order is webui-user.bat > wait for it to actually launch on port 7860, then start the game.

I'd post an install guide on the full thing, but getting A1111, Forge, or reForge installed is a barrier for a lot of people. Mostly because of the dependencies required (python 3.10.6, git, torch, and CUDA) and because a lot of people unfamiliar with local diffusion have no idea that it's very GPU reliant, you'll need CUDA installed, and if you're running a weaker card from the 20x series, or even the 30x series, genning on 6gb of vram is...not great to say the least. And while reForge is the one most likely to gen on lower end cards/machines (and just the better choice all around imo unless you're genning flux which I don't think it supports yet, while classic forge does), it also assumes you know what you're doing and doesn't come with the correct CUDA version bundled with it like A1111 does, or even default forge does. And I don't link a lot of people are keen on installing forge's AIO setup, only to immediately turn around and delete the forge install (10+gb) and install reForge (another 10+gb) in it's place, just to get the correct torch/CUDA combo for reForge.
Ah, that explains everything. It was working the whole time — it just didn't automatically open Stable Diffusion in my browser like it usually does when I run it through Pinokio. All I had to do was manually type in the default IP: 127.0.0.1:7860. And the GenAI mod is definitely working for me. I guess didn't have to open up Stable Diffusion except just having the command prompt running to have GenAI working it in game. Awesome! Lol.

In case you're wondering, I'm running this on an RTX 4060 Ti with a Ryzen 5 5600X (6-core) and 16GB of RAM, so hardware definitely isn’t the issue when it comes to generating AI images for me.

Screenshot 2025-04-16 035931.png Screenshot 2025-04-16 035126.png
screenshot0001.png screenshot0002.png
 
Last edited:

Urist

Newbie
Nov 29, 2016
33
25
Ah, that explains everything. It was working the whole time — it just didn't automatically open Stable Diffusion in my browser like it usually does when I run it through Pinokio. All I had to do was manually type in the default IP: 127.0.0.1:7860. And the GenAI mod is definitely working for me. Awesome! Lol.

In case you're wondering, I'm running this on an RTX 4060 Ti with a Ryzen 5 5600X (6-core) and 16GB of RAM, so hardware definitely isn’t the issue when it comes to generating AI images for me.

View attachment 4749600 View attachment 4749615
Nice, glad it worked out for you. Meanwhile I've been hammering away at the mod files, adding/fixing a lot of things. For example, it was replacing 'saturated' with 'bleached' for blonde hair types, which was causing my gens not to like it and was bleaching other parts of the body. So that was nope'd and replaced with 'light'. 'Slips' was replaced with 'flats', 'Glasses' with 'black-framed_eyewear', 'Fishnets' with 'Fishnet thighhighs', as well as 'Daisy Dukes' with 'short shorts', since I prompt on an illustrious mix and some of the tags it pulls from were clearly not geared towards booru style prompting. Also went in and modified the body types and age filters (again, booru prompting), default prompt, and my two most recent headaches were enabling specific schedulers along with the sampler, and getting more than one adetailer model to run at once. But now I've fixed all those, and the gens are pretty good. It also supports LoRAs as well, so you aren't stuck using a base model.

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

Dark Lord Nova

Active Member
Nov 7, 2017
514
1,032
Nice, glad it worked out for you. Meanwhile I've been hammering away at the mod files, adding/fixing a lot of things. For example, it was replacing 'saturated' with 'bleached' for blonde hair types, which was causing my gens not to like it and was bleaching other parts of the body. So that was nope'd and replaced with 'light'. 'Slips' was replaced with 'flats', 'Glasses' with 'black-framed_eyewear', 'Fishnets' with 'Fishnet thighhighs', as well as 'Daisy Dukes' with 'short shorts', since I prompt on an illustrious mix and some of the tags it pulls from were clearly not geared towards booru style prompting. Also went in and modified the body types and age filters (again, booru prompting), default prompt, and my two most recent headaches were enabling specific schedulers along with the sampler, and getting more than one adetailer model to run at once. But now I've fixed all those, and the gens are pretty good. It also supports LoRAs as well, so you aren't stuck using a base model.

You don't have permission to view the spoiler content. Log in or register now.
Hope you're willing to share your modified version of the mod here. Love the cartoon models you got there. They look very cute! I'm wondering which models you're using if you don't mind me asking. I have a lot of checkpoints and loras but I don't think I have that one. :love::giggle:
 

bulgara

Newbie
Jan 13, 2020
32
30
For those of you that hate your off the street employees treating your job as a secondary job.
Before hiring to the StripClub/Waitress/Bdsm location.

Console Command: the_person.quit_job(the_person.primary_job)

Then employ them

Can't wait till a legitimate through game option exists e.g. coerce, bribe, sweet talk, send email to their boss to get them fired, etc.
 

themagiman

Well-Known Member
Mar 3, 2018
1,594
503
Ah, that explains everything. It was working the whole time — it just didn't automatically open Stable Diffusion in my browser like it usually does when I run it through Pinokio. All I had to do was manually type in the default IP: 127.0.0.1:7860. And the GenAI mod is definitely working for me. I guess didn't have to open up Stable Diffusion except just having the command prompt running to have GenAI working it in game. Awesome! Lol.

In case you're wondering, I'm running this on an RTX 4060 Ti with a Ryzen 5 5600X (6-core) and 16GB of RAM, so hardware definitely isn’t the issue when it comes to generating AI images for me.

View attachment 4749657 View attachment 4749637
View attachment 4749600 View attachment 4749615
So the gen AI models render in real time instead of the pipeline? That sounds very resource intensive.
 
  • Like
Reactions: Eland51298
4.60 star(s) 69 Votes