- Jan 18, 2025
- 93
- 209
The models are still horrible and the sex animations a boner killer. The rest was interesting for a while. That's my two cents
What sex animations??? I wasn't aware there is any?? Lol
The models are still horrible and the sex animations a boner killer. The rest was interesting for a while. That's my two cents
It's as it says, so u need to research about 6 tier 0 traits and then u get an option with her to advance to tier 1For 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.
I have all the traits unlocked, at least I think I do. I have futuristic serum with nora's special traitsIt's as it says, so u need to research about 6 tier 0 traits and then u get an option with her to advance to tier 1
When she's working, go downtown and visit Vandenberg LTD. Speak to the receptionist and ask to speak with your mother. Tell her you want to hire herHow do you hire the mom?
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 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.
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
You must be registered to see the links
The Dev build with all the working mods; VT and CT mod, Kadens, Kinas, moresomes, Zenpak, and the RealPornMod (4.1 gigs).
Mega
You must be registered to see the links
The real sex mod is the only animations I know of but I took it out.What sex animations??? I wasn't aware there is any?? Lol
What does it say when you talk to Steph about advancing research?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.
A continuation? And how should I play and understand the game when Lab Rats 2 is abandoned?This is a continuation of Lab Rats 2
Yes it was abandoned but this version lives on.A continuation? And how should I play and understand the game when Lab Rats 2 is abandoned?![]()
I already did, when it came out.Can you update for the new version??? pretty please!
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.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.
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.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
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.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.
So the gen AI models render in real time instead of the pipeline? That sounds very resource intensive.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
At your room there is Mod Settings where you can enable NTR.. is disabled be default.how do i start ntr
Performance review?is there a way to fire someone without event? i cant find any