bowobble

New Member
Mar 18, 2021
10
13
126
Hope someone can help - I'm trying to get the GenAI mod to work. I've got a working version of stable diffusion, standard webui-user.bat runs SD fine, but won't connect to LR2 . Made the recommended changes adding =--port=7680 --api --cors-allow-origins * to a copy of webui-user.bat to set the port and I get this message:

OSError: Cannot find empty port in range: 7680-7680. You can specify a different port by setting the GRADIO_SERVER_PORT environment variable or passing the `server_port` parameter to `launch()`.

What am I doing wrong?
That means some other process is already using that port. If you run powershell as admin and execute
Code:
netstat -abn | Select-String 127.0.0.1:7860 -Context 1,0
then it should tell you all processes active on port 7860.
If I run that powershell command, with forge on 7860, then I can see multiple [python.exe] entries. If I execute it without forge running, then I get nothing. That means only forge is listening on that port, you on the other hand should see an entry of the process blocking 7860.
Either change the port in webui.bat and then open SDClient_ren.py in a text editor of your choice to also change all ports there.
or stop your program running on 7860.
 

bowobble

New Member
Mar 18, 2021
10
13
126
is there a way to get the ai gen to work with swarmui?
Here is my SDClient_ren.py and SD_UI.rpy using SwarmUI. Thought I post it before I get bored of it.
Install normal GenAI mod and overwrite with my View attachment GenAISwarmUI.zip patch.
Haven't found any major issues with it. You can switch between Swarm and Forge/A111 in the GenAI menu. Also it should now update checkpoints if you add new ones (refresh models in SwarmUI).
There isn't a percentage for generating images anymore and it won't force load a model on start, so don't be surprised if the first image takes a long time and nothing happens.
You don't have permission to view the spoiler content. Log in or register now.
SwarmUI should run on default port 7801.
To save harddrive space you can change image file size by going to SwarmUI -> User -> User Settings -> File Format -> ImageFormat to JPG and ImageQuality to 80
Don't activate deepshrink if you don't have the extension on SwarmUI.

Was thinking of adding img2img and currently I'm adding face detailer but that requires chaging the prompt builder.
 
Last edited:

Mishun

Active Member
Jan 27, 2018
759
253
168
Is the public sex laws a part of a Mod? I don't even have it as a blacked out option on my game. I do have the public nudity laws, though.
it was part of mod, i returned to play official (stable) version, this mods made by community, which overcomplicate game by new laws and new fetish mechanics, i find it strange they didn't remove old fetish mechanics
i like simplicity in games
it was beta + modpack, this is why i don't like mod packs, because most of time they add something i don't like
 
Last edited:

Dickard

Member
May 27, 2018
101
107
102
So, what is the strategy now? I don't get it. Last I played was before this market demand bs. I sell one serum, after a single day of sales its market demand tanks, no matter how many marketing people I have or if I also add to the marketing work.
 

rb813

Well-Known Member
Aug 28, 2018
1,587
1,089
326
I sell one serum, after a single day of sales its market demand tanks, no matter how many marketing people I have or if I also add to the marketing work.
The marketing people aren't there to keep it from going down, they're there to bring it back up again after.
 

Dickard

Member
May 27, 2018
101
107
102
The marketing people aren't there to keep it from going down, they're there to bring it back up again after.
What am I supposed to do then? Demand will tank down to like 30% in the span of a single day but it only inches back up painfully slowly if I stop selling.
 

Urruah

Active Member
Jun 20, 2017
531
335
230
So, what is the strategy now? I don't get it. Last I played was before this market demand bs. I sell one serum, after a single day of sales its market demand tanks, no matter how many marketing people I have or if I also add to the marketing work.
Open up cheats, give yourself infinite money.
 
  • Thinking Face
Reactions: eatfortwo

Arguendo

Newbie
Apr 22, 2023
28
18
64
What am I supposed to do then? Demand will tank down to like 30% in the span of a single day but it only inches back up painfully slowly if I stop selling.
- Produce a serum for sale for as long as you can. Wait until you actually need the money
- Always sell in bulk!
- Have another sale-serum ready for production and change to that after selling the first
- Keep producing that until you need the money
- Repeat ad nauseam
 
Mar 22, 2025
59
32
37
Here is my SDClient_ren.py and SD_UI.rpy using SwarmUI. Thought I post it before I get bored of it.
This is cool, thank you.

It errored out at SDClient_ren.py at line 592, says theres no members for group. I commented the if block on a whim and it seem to work now.

File "game/mods/GenAI/SDClient_ren.py", line 592, in sd_generate_action
if group and group.get("id") in target_groups:
AttributeError: 'str' object has no attribute 'get'
 

rb813

Well-Known Member
Aug 28, 2018
1,587
1,089
326
What am I supposed to do then? Demand will tank down to like 30% in the span of a single day but it only inches back up painfully slowly if I stop selling.
I agree with what Arguendo said. The game is not designed with the intention that you should constantly be selling the same serum over and over again. For best results, you should be regularly developing new ones.
 

bowobble

New Member
Mar 18, 2021
10
13
126
This is cool, thank you.

It errored out at SDClient_ren.py at line 592, says theres no members for group. I commented the if block on a whim and it seem to work now.
The only thing I can think of is: your SwarmUI has an extension installed which has an unusual group entry, like "group": "coreparameters". In that case the get("id") will fail because it expects either the group to be null or be a JSON object.
Try replacing if group and group.get("id") in target_groups:
with if isinstance(group, collections.Mapping) and group.get("id") in target_groups:
 

qaz5664

Newbie
Apr 15, 2023
15
13
102
Naomi in particular is *super* broken. Don't expect her stuff to go anywhere satisfying. Spoilers follow.

You don't have permission to view the spoiler content. Log in or register now.
This is the only reference I can find to my problem- I've hired Naomi as my maid and I can spank her, it says I need to wait for her to discuss her financial issues. I've tranced her to allow me to finger her - but the game doesn't move her storyline forward (or is that the end of the Naomi storyline?).
 

bridgebuilder

Newbie
Apr 10, 2020
37
7
173
Is there a console command to add a girl to your harem? I'm trying to bypass the "finish story line" option for the girls where that's not possible
 

Phoexist

Active Member
Mar 11, 2020
505
559
258
Is there a console command to add a girl to your harem? I'm trying to bypass the "finish story line" option for the girls where that's not possible
You could bypass the requirement checks using :

$ the_person.add_role(harem_role)

make sure you are in a dialog with the person first.
then also use:

$ move_into_harem(the_person)

to move them into the mansion.
Just be aware that those storyline requirements are there because this will almost certainly break their storylines which doesn't mean much since they aren't finished right now. However, that save will be borked for any future content releases. Again not a big deal if you are forced to restart anyway due to code changes.
 

xDuckSx

Member
Mar 7, 2020
182
104
166
Since they changed Noras storyline she doesnt give you something to research anymore? So that means you cant trigger the vandernberg story (tutor) atm right?
 
4.60 star(s) 79 Votes