Robthebob

New Member
May 5, 2017
5
1
188
So i tried the fancy AI Mod, but i cant get a connection to my browser... seems standard, the game just says "Connection Error, unable to connect to the Stable Diffusion API..."

what did I miss?
 

billy_hillbilly

New Member
Aug 13, 2017
2
0
182
Which version of the game are you running ? Looks like "render_to_surface" was added in renpy 8.3.0 - the older versions of the game were on earlier versions of renpy. Looks like anything past 2024.09 should be ok though.
I'm running the Beta Version - I'll try out the latest released version.
Thanks
 

AnotherMike

Member
Mar 26, 2020
161
132
208
So i tried the fancy AI Mod, but i cant get a connection to my browser... seems standard, the game just says "Connection Error, unable to connect to the Stable Diffusion API..."

what did I miss?
It does at least work in the browser, so you can access Stable diffusion there?

If Stable diffusion is up and running and works fine in the browsers so that it's just the api-connection that failing, maybe you missed the command args? Stale Diffusion needs to be launched with --api in the list of command arguments to respond to api-calls.
 

AnotherMike

Member
Mar 26, 2020
161
132
208
EDIT: This is not the latest version of my modded mod, check this post: https://f95zone.to/threads/lab-rats-2-reformulate-v2025-04.32881/post-17293354

I've been messing around a lot more with the AI mod and made a lot of changes, though most of them are a bit wonky at the moment, would be great of someone better than me and writing prompts could have go at things :)

What Iv'e done:

1.
Added a checkbox to enable/disable the background removal from my previous version. IF background removal is disabled, the prompt will now include a location name, (research laboratory, office, mom's bedroom and so on) so that the background can be a bit more populated. Though that only really works if the denoise strength is set extremely high and/or img2img is disabled, otherwise the blank background with stick around.

2.
I've tried to pass along more details about the physique of the girls in the prompt, looking at both the height and the weight of the girl, so now it doesn't just send one of the body-types used for the old images, "slim body", "standard body", "curvy body" and "pregnant body". It tries (and mostly fails) to give different prompts for different height and weight. Thought since it's not like stable diffusion understands "a woman with a weight 200 pounds" i still have to translate that to meaningful prompts. But more on that in a bit.

3.
Ive also located and tried to pass along more details about the sexual positions when your're having sex. So rather than just send "on all fours", "sitting","kneeling", which were based on the pose of the original image, I now send information about the actual sex-act in the prompt (blowjob, deepthroat, missionary sex, anal sex in doggy style and so on).

Both the 2nd and 3rd change, unfortunately, are highly inconsistent. Even though I've experimented A LOT with stable diffusion before this, I haven't really considered how difficult (or impossible?) it is to write a prompt that works on the first try. If you write "blowjob" as a parameter, you might get an image of the girl giving a blowjob, or you might get an image of her turning herself into a pretzel while a penis grows out of her mouth.

Same for weight, as mentioned, i can't really send actual weight and height to stable diffusion and hope for any good result, so for weight I calculate BMI and the send a prompt based on that, so for example, the cousin has a BMI of around 35 (which is NOT healthy) based on that I make a (completely uneducated) guess that maybe something like overweight:1.33 might be a good part of the prompt.

but with overewight:1.33 in the prompt, both these images were generated during a sex scene with her, and that's with all the in stable diffusion parameters (for steps, cfg scale, model and so on) being exactly the same, if I swap models, the different becomes even greater, some models barely seems to recognize the overweight prompt while others' quickly turns the girls into whales with overweight in the prompt.

Simply put, it seems impossible to get a consistent level of "overweightedness".

Otherwise I kind of liked the idea of making the serums for gaining or losing weight & growing or shrinking in height more relevant.

cousin.png


with image to image enabled things obviously stabilize, but it stabilize so quickly that most of my changes completely goes away :) I haven't been able to find any sweet-spot for the denoising strength where the img2img helps steer things in the right direction but at the same time doesn't completely overpower the changes I've made. Even with a fairly high denoising strength, you'd at most see some random penises popping up during sex scenes when img2img is enabled.

So again, not sure how interesting this is for most people due to how inconsistent it is, but perhaps someone better than me at writing prompts can do something with it, at at least the basics are there now as far as figuring out BMI and what sexual positions are used and so on :)

Edit:
Had messed up a bit with the sex-position thing, making it only identify it sometimes, removed the old attached file and attached a fixed version so now it should recognize the changed position to a better extent ( still doesn't make the prompts any more reliable though :) )

EDIT: This is not the latest version of my modded mod, check this post: https://f95zone.to/threads/lab-rats-2-reformulate-v2025-04.32881/post-17293354
 
Last edited:

zotii

Newbie
Aug 1, 2018
25
33
192
the following was once written about camila's salsa on discord:
her old events aren't hooked up to the new dates calendar (yet)... so they don't/can't trigger... so simply ignore her story for now
Yeah Camila may have some bugs related to her story stuff because she is on my list of 3 characters to convert to the story path system for my first milestone
 

Mishun

Active Member
Jan 27, 2018
759
253
168
when new developer version will come out? one without modpack, if i want to install mods i'll install them myself, and only mods i like
 

zotii

Newbie
Aug 1, 2018
25
33
192
you can download the latest dev version here


unzip the LR2R-Runtime.zip directly into the folder and you can play
 

Mishun

Active Member
Jan 27, 2018
759
253
168
you can download the latest dev version here


unzip the LR2R-Runtime.zip directly into the folder and you can play
when i encounter bugs where i should report them? here? Discord? or somewhere else?
developer version will have bugs, it's just how thing are, i accept it
 

Kovrtep

New Member
Apr 6, 2018
9
7
127
I've been messing around a lot more with the AI mod and made a lot of changes, though most of them are a bit wonky at the moment, would be great of someone better than me and writing prompts could have go at things :)

What Iv'e done:

1.
Added a checkbox to enable/disable the background removal from my previous version. IF background removal is disabled, the prompt will now include a location name, (research laboratory, office, mom's bedroom and so on) so that the background can be a bit more populated. Though that only really works if the denoise strength is set extremely high and/or img2img is disabled, otherwise the blank background with stick around.

2.
I've tried to pass along more details about the physique of the girls in the prompt, looking at both the height and the weight of the girl, so now it doesn't just send one of the body-types used for the old images, "slim body", "standard body", "curvy body" and "pregnant body". It tries (and mostly fails) to give different prompts for different height and weight. Thought since it's not like stable diffusion understands "a woman with a weight 200 pounds" i still have to translate that to meaningful prompts. But more on that in a bit.

3.
Ive also located and tried to pass along more details about the sexual positions when your're having sex. So rather than just send "on all fours", "sitting","kneeling", which were based on the pose of the original image, I now send information about the actual sex-act in the prompt (blowjob, deepthroat, missionary sex, anal sex in doggy style and so on).

Both the 2nd and 3rd change, unfortunately, are highly inconsistent. Even though I've experimented A LOT with stable diffusion before this, I haven't really considered how difficult (or impossible?) it is to write a prompt that works on the first try. If you write "blowjob" as a parameter, you might get an image of the girl giving a blowjob, or you might get an image of her turning herself into a pretzel while a penis grows out of her mouth.

Same for weight, as mentioned, i can't really send actual weight and height to stable diffusion and hope for any good result, so for weight I calculate BMI and the send a prompt based on that, so for example, the cousin has a BMI of around 35 (which is NOT healthy) based on that I make a (completely uneducated) guess that maybe something like overweight:1.33 might be a good part of the prompt.

but with overewight:1.33 in the prompt, both these images were generated during a sex scene with her, and that's with all the in stable diffusion parameters (for steps, cfg scale, model and so on) being exactly the same, if I swap models, the different becomes even greater, some models barely seems to recognize the overweight prompt while others' quickly turns the girls into whales with overweight in the prompt.

Simply put, it seems impossible to get a consistent level of "overweightedness".

Otherwise I kind of liked the idea of making the serums for gaining or losing weight & growing or shrinking in height more relevant.

View attachment 4903308


with image to image enabled things obviously stabilize, but it stabilize so quickly that most of my changes completely goes away :) I haven't been able to find any sweet-spot for the denoising strength where the img2img helps steer things in the right direction but at the same time doesn't completely overpower the changes I've made. Even with a fairly high denoising strength, you'd at most see some random penises popping up during sex scenes when img2img is enabled.

So again, not sure how interesting this is for most people due to how inconsistent it is, but perhaps someone better than me at writing prompts can do something with it, at at least the basics are there now as far as figuring out BMI and what sexual positions are used and so on :)

Edit:
Had messed up a bit with the sex-position thing, making it only identify it sometimes, removed the old attached file and attached a fixed version so now it should recognize the changed position to a better extent ( still doesn't make the prompts any more reliable though :) )
the mod is awesome man
thank you so much

but one thing, I think it has to stop to use names to describe colors, like strawberry blonde or army green, it messes up the prompts to involve strawberries and so on
 
  • Like
Reactions: AnotherMike

StopWatch

Newbie
Jul 17, 2018
18
28
111
I've been messing around a lot more with the AI mod and made a lot of changes, though most of them are a bit wonky at the moment, would be great of someone better than me and writing prompts could have go at things :)

What Iv'e done:

1.
Added a checkbox to enable/disable the background removal from my previous version. IF background removal is disabled, the prompt will now include a location name, (research laboratory, office, mom's bedroom and so on) so that the background can be a bit more populated. Though that only really works if the denoise strength is set extremely high and/or img2img is disabled, otherwise the blank background with stick around.

2.
I've tried to pass along more details about the physique of the girls in the prompt, looking at both the height and the weight of the girl, so now it doesn't just send one of the body-types used for the old images, "slim body", "standard body", "curvy body" and "pregnant body". It tries (and mostly fails) to give different prompts for different height and weight. Thought since it's not like stable diffusion understands "a woman with a weight 200 pounds" i still have to translate that to meaningful prompts. But more on that in a bit.

3.
Ive also located and tried to pass along more details about the sexual positions when your're having sex. So rather than just send "on all fours", "sitting","kneeling", which were based on the pose of the original image, I now send information about the actual sex-act in the prompt (blowjob, deepthroat, missionary sex, anal sex in doggy style and so on).

Both the 2nd and 3rd change, unfortunately, are highly inconsistent. Even though I've experimented A LOT with stable diffusion before this, I haven't really considered how difficult (or impossible?) it is to write a prompt that works on the first try. If you write "blowjob" as a parameter, you might get an image of the girl giving a blowjob, or you might get an image of her turning herself into a pretzel while a penis grows out of her mouth.

Same for weight, as mentioned, i can't really send actual weight and height to stable diffusion and hope for any good result, so for weight I calculate BMI and the send a prompt based on that, so for example, the cousin has a BMI of around 35 (which is NOT healthy) based on that I make a (completely uneducated) guess that maybe something like overweight:1.33 might be a good part of the prompt.

but with overewight:1.33 in the prompt, both these images were generated during a sex scene with her, and that's with all the in stable diffusion parameters (for steps, cfg scale, model and so on) being exactly the same, if I swap models, the different becomes even greater, some models barely seems to recognize the overweight prompt while others' quickly turns the girls into whales with overweight in the prompt.

Simply put, it seems impossible to get a consistent level of "overweightedness".

Otherwise I kind of liked the idea of making the serums for gaining or losing weight & growing or shrinking in height more relevant.

View attachment 4903308


with image to image enabled things obviously stabilize, but it stabilize so quickly that most of my changes completely goes away :) I haven't been able to find any sweet-spot for the denoising strength where the img2img helps steer things in the right direction but at the same time doesn't completely overpower the changes I've made. Even with a fairly high denoising strength, you'd at most see some random penises popping up during sex scenes when img2img is enabled.

So again, not sure how interesting this is for most people due to how inconsistent it is, but perhaps someone better than me at writing prompts can do something with it, at at least the basics are there now as far as figuring out BMI and what sexual positions are used and so on :)

Edit:
Had messed up a bit with the sex-position thing, making it only identify it sometimes, removed the old attached file and attached a fixed version so now it should recognize the changed position to a better extent ( still doesn't make the prompts any more reliable though :) )
I have also been messing with Gen AI and the prompt system. I had planned on uploading it here for everyone once I tweak a few more things, but I ran into a snag with the neckwear yesterday. I can't find any correct commands related to it. Similar with socks, but at least found the command to only show socks when wearing them and then use slut level to advance socks types.

I also have changed background for each location MC goes too. It works awesome and you just need to delete black background from style prompt once by opening the in game GenAI settings.

Once I solve the above said issue, my last adjustment (among many) was going to be the weight. I've done this on a smaller scale, but I was going to utilize two descriptions that change individually. One would be a description biased on weight range, ex. thin, lean, tone, flabby, overweight that is within the other description that is based on the three body types ex, petite, athletic, curvy.

I've done a lot of work from transparency clothing, arousal lvls effects, obedience effects, sluttiness effects, mood demeanor and position adjustments. Attractive levels based on love atm. Bra and Underwear show beneath clothing or not when relevant, and more...

I'm going to look at your work and see if I can pull anything related to codes I don't know yet ... like neckwear dang it! I hope you don't mind.
 

xibxiprect

Newbie
Jan 1, 2022
25
17
78
Hey guys, I'm confused about which one to download for this game. Should I download the Win/Linux/Mac link or the Win/Linux/Mac Mod Pack link? The regular link is only 2GB in size, while the Mod Pack is 4GB. Which one do you recommend?
 

AnotherMike

Member
Mar 26, 2020
161
132
208
I have also been messing with Gen AI and the prompt system. I had planned on uploading it here for everyone once I tweak a few more things, but I ran into a snag with the neckwear yesterday. I can't find any correct commands related to it. Similar with socks, but at least found the command to only show socks when wearing them and then use slut level to advance socks types.

I also have changed background for each location MC goes too. It works awesome and you just need to delete black background from style prompt once by opening the in game GenAI settings.

Once I solve the above said issue, my last adjustment (among many) was going to be the weight. I've done this on a smaller scale, but I was going to utilize two descriptions that change individually. One would be a description biased on weight range, ex. thin, lean, tone, flabby, overweight that is within the other description that is based on the three body types ex, petite, athletic, curvy.

I've done a lot of work from transparency clothing, arousal lvls effects, obedience effects, sluttiness effects, mood demeanor and position adjustments. Attractive levels based on love atm. Bra and Underwear show beneath clothing or not when relevant, and more...

I'm going to look at your work and see if I can pull anything related to codes I don't know yet ... like neckwear dang it! I hope you don't mind.
Of course, all I've done is poking, hacking away at and using what other have created before, so it'd be rather shameful of me if I didn't allow others to do the same with what I've made :)

From how thorough your work seem to be from your description, I'm not sure how much useful stuff you'll find in what I've made, but in the end, I just want the best possible Lab Rats 2 experience, so if anything in there can be useful to help create that, it'd be great!
 
  • Like
Reactions: StopWatch

Bluecats

Newbie
Aug 12, 2016
76
19
270
Anyone get the GenAI mod to work on a mac?
Can't seem to get a clean Stable Diffusion install going despite trying to troubleshoot the CUDA/Torch
"AssertionError: Torch not compiled with CUDA enabled"
 

AnotherMike

Member
Mar 26, 2020
161
132
208
Anyone get the GenAI mod to work on a mac?
Can't seem to get a clean Stable Diffusion install going despite trying to troubleshoot the CUDA/Torch
"AssertionError: Torch not compiled with CUDA enabled"
Are you on a 50-series card? I don't have a mac, but I ran into cuda version issues on Linux as well, might be worth having a look at this page:
 
  • Like
Reactions: Bluecats
4.60 star(s) 79 Votes