The game really suffers from the absence of any form of adversary. Penelope doesn't do the trick at all,.as well as all the attention mechanic.
Looks very promising, I tried installing stable diffusion as the guide says and everything works, until I reach adding the ''--medvram --no-half-vae --listen --port=7860 --api --cors-allow-origins *'' to the command arguments. I did some testing and the problematic arguments is ''--listen'' that seems to make my stable diffusion unable to open using the Webui-user.bat. There is no error message or anything, it just ... stop at the ''Startup time'' step and never moves further (where without the --listen it opens in a few seconds without issue, and stable diffusion works)The time it takes depends a lot on your configs, desired results, and the machine you're playing in.
I have an old machine. I have to use the "--lowvram" in the stable diffusion command line for it to work. Each image takes about 2 minutes for me. And i find it unplayable. The reason I'm investing time in it is because I expect to have a new computer soon enough.
Anyway, if you don't have to use that argument in the command line, you should get faster results than me.
View attachment 5193167 <<< these are the in-game configs i use
You can find the model checkpoint here:You must be registered to see the linksand basically I use their recommended settings for sampler (LCM) steps (7) and cfg scale (1.3). I also kept their image aspect ratio of 1.25 although using a lower resolution 640x800. I tried using their recommendation size but it would take more time to generate the images and it would break often.
My first attempts at GenAI were far worse. For instance when I tried the LCM sampler for the first time I thought it was literally the worse of the list. In the meantime I realized that the important thing is to use a model checkpoint with the settings they were trained to work with to get proper results.
Some model checkpoints are meant for artistic purposes with high quality generations but require an high number of steps to provide any outcome, while others give you decent results with few steps but if you raise the number of steps they fall behind in the artistic value.
In our case if the game is to be playable and enjoyable, that means time is an important factor. So my advise is using a model checkpoint that was trained to give good and consistent results with a low step requirement. The lower the steps, the faster the generations will be.
These are a few examples using the GenAI version shared by user689. No big prompt changes. Just adding to positive prompt style "<lora: Pony Realism Slider:2.8>, Stable_Yogis_PDXL_Positives2" and to negative "Stable_Yogis_PDXL_Negatives2-neg".
You can find the LORA here:You must be registered to see the links
You can find the embeddings here:You must be registered to see the links,You must be registered to see the links
View attachment 5193217 View attachment 5193218 View attachment 5193223 View attachment 5193224 View attachment 5193225 View attachment 5193226 View attachment 5193227 View attachment 5193231 View attachment 5193233 View attachment 5193248
Those are the first 10 interactions in a new game. Not all is perfect but I have to say that I'm happy with image quality and overall consistency of the results.
When you add those arguments Stable Diffusion launches properly; what changes is that it no longer automatically opens the GUI in your web browser like it does without the listen argument. If you open the localhost:7860 GUI page in your web browser yourself after the command line stops updating you'll find that Stable Diffusion is in fact working.There is no error message or anything, it just ... stop at the ''Startup time'' step and never moves further (where without the --listen it opens in a few seconds without issue, and stable diffusion works)
Did you encounter that issue while getting everything to work? And if so how did you get it to work?
Given the amount of variables in making the AI system work a one click solution will never be viable. What runs amazing for me and takes 3-4 seconds to generate images may take 5+ minutes for you. Not even mentioning the style may not be one you like and you would still have to discover your own preference.need someone to just do a 1 click download run for the AI stuff..... if possible.
Thanks a lot!!! It worked wonder for the GenAI V3.0 for LR2. I can now focus on tweaking the checkpoints and setting to my taste.When you add those arguments Stable Diffusion launches properly; what changes is that it no longer automatically opens the GUI in your web browser like it does without the listen argument. If you open the localhost:7860 GUI page in your web browser yourself after the command line stops updating you'll find that Stable Diffusion is in fact working.
While I haven't tried Stable Diffusion with Lab Rats yet, I do have extensive experience in configuring it to work in Free Cities which is not dissimilar in use.
Can't complete Sarah love story
View attachment 5210298
I have already complete the love 80 progression scene but it isn't registering View attachment 5210309
I think this is bcause of an error in people/Sarah/sarah_definition_ren.py
View attachment 5210322
This variable is only set by the function HR_director_sexy_meeting_start_label in people/Sarah/HR_supervisor_role.rpy but this function isn't called from anywhere and is dead code !!!
View attachment 5210337
I stuck on Stephanie tennis and Ashley boobjob quest
I use 3 versions of GenAI. They have different features I like and since I'm mainly testing and not properly playing the game I go around the 3. I just move the GenAI folder out of the mods and move in the one I want. Warning, saves and images already produced might be lost when you change GenAI.Thanks a lot!!! It worked wonder for the GenAI V3.0 for LR2. I can now focus on tweaking the checkpoints and setting to my taste.
hibakuxa When you installed the version of user689 for the GenAI, how did you install it? I tried in a few different way to install it (overiding files, not overidding files, a new folder in the mods location), I get the modified overlay, but the generation don't seem to work when I tried installing it (where they work fine with the version 3.0 ont the github). I love the idea of the cache system, as the way it currently is, everytime you close the game every images needs to get redone from scratch, which is mildly annoying currently.
Still I enjoy the integrated system, I haven't tweaked my setting much yet, but the images generated are promising from an initial standpoint, without much effort or imput on my side. The prompts work are satisfying enough, and can be manually tweaked if you consistently obtain a wierd unwanted effect, which is great.
If you want a console code that should unlock the policies, try:can you simplify game please? City Laws Legalise Topless Outfits, Convince City Administrator, i did it, policy STILL LOCKED, what else i need to do?
i copy pasted entire line into game console, ```$ mc.business.event_triggers_dict["council_influence"] = [("Vandalay", "teamup"), ("University", "submission")]```, didn't work for me, anything else i should try?If you want a console code that should unlock the policies, try:
```$ mc.business.event_triggers_dict["council_influence"] = [("Vandalay", "teamup"), ("University", "submission")]```
This should replicate finishing those two story lines..
copy and paste this starting with the dollar sign. $ mc.business.event_triggers_dict["council_influence"] = [("Vandalay", "teamup"), ("University", "submission")]i copy pasted entire line into game console, ```$ mc.business.event_triggers_dict["council_influence"] = [("Vandalay", "teamup"), ("University", "submission")]```, didn't work for me, anything else i should try?
my impatience ruin my experience, i should be more patient with this game, after i run this script and waited some time she invited me to hotel room, and after sex with her both policies finally unlocked, sorry for bothering youcopy and paste this starting with the dollar sign. $ mc.business.event_triggers_dict["council_influence"] = [("Vandalay", "teamup"), ("University", "submission")]