SMC85

Newbie
Apr 15, 2024
81
37
71
those rivals where? if in the company - then nothing. just wait. they come to you with fight and you need take not one's side and make them make out because you one command and you need them both. end of rivalry.
Awesome, thanks.
 

AnotherMike

Member
Mar 26, 2020
161
132
208
Please, can someone help me out?

What is wrong here? :





#!/bin/bash

#########################################################
# Uncomment and change the variables below to your need:#
#########################################################


# Install directory without trailing slash
#install_dir="/home/$(whoami)"

# Name of the subdirectory
#clone_dir="stable-diffusion-webui"

# Commandline arguments for webui.py, for example: export COMMANDLINE_ARGS="--medvram --opt-split-attention"
#export COMMANDLINE_ARGS="--use-cpu all --precision full --no-half --skip-torch-cuda-test"
set COMMANDLINE_ARGS=--medvram --no-half-vae --listen --port=7860 --api --cors-allow-origins --use-cpu all --precision full --no-half --skip-torch-cuda-test *

# python3 executable
#python_cmd="python3"

# git executable
#export GIT="git"

# python3 venv without trailing slash (defaults to ${install_dir}/${clone_dir}/venv)
#venv_dir="venv"

# script to launch to start the app
#export LAUNCH_SCRIPT="launch.py"

# install command for torch
#export TORCH_COMMAND="pip install torch==1.12.1+cu113 --extra-index-url --skip-torch-cuda-test"


# Requirements file to use for stable-diffusion-webui
#export REQS_FILE="requirements_versions.txt"

# Fixed git repos
#export K_DIFFUSION_PACKAGE=""
#export GFPGAN_PACKAGE=""

# Fixed git commits
#export STABLE_DIFFUSION_COMMIT_HASH=""
#export CODEFORMER_COMMIT_HASH=""
#export BLIP_COMMIT_HASH=""

# Uncomment to enable accelerated launch
#export ACCELERATE="True"

# Uncomment to disable TCMalloc
#export NO_TCMALLOC="True"

###########################################
You should probably add some quotes around command line args so that it becomes:
set COMMANDLINE_ARGS="--medvram --no-half-vae --listen --port=7860 --api --cors-allow-origins --use-cpu all --precision full --no-half --skip-torch-cuda-test *"
 
  • Like
Reactions: Darkmind and Catino

Coster

Newbie
Dec 19, 2017
38
23
92
When Stephanie catches me with Ashley the only option is to keep it a secret. Is there another option hidden and if so how is it revealed?
 

Fuckusername

Newbie
Jun 3, 2021
35
3
90
I can't trigger the Mom obedience story, it say to wait till weekend but a few weekends already passed. Is it because her obedience is already at max?
 

Phoexist

Active Member
Mar 11, 2020
505
559
258
When Stephanie catches me with Ashley the only option is to keep it a secret. Is there another option hidden and if so how is it revealed?
Yes, there is a both path. Need to have the MC charisma 5 or better. Shouldn't have girlfriend status with either yet and their love stat with you. less than 20 points apart.
 

nick148

Member
Aug 11, 2016
183
161
242
I don't understand what to do with lilly's study buddy story line.
From what I saw there seems to be 2 types of study buddy, 1 is a rival an the other is friends with her.
For the friend one if you get her to be your girlfriend
You don't have permission to view the spoiler content. Log in or register now.
For the rival you need to raise her opinions
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: AXELXX and oldshoe

AnotherMike

Member
Mar 26, 2020
161
132
208
I was wondering about the Amnesia trait, I would've thought it's mostly for roleplaying stuff where you can do things like make her super slutty, have sex with her and then have her revert to an innocent housewife (or whatever she was before the drug) who is completely unaware of what happened to her?

The stat reset seems to work fine, but the fact that even if the game acknowledge that she doesn't remember having sex with you (which only seem to work 50% of the time) if she get's pregnant while under the influence of the trait, she still later says something like "I know we haven't had sex but maybe your semen somehow fell into my vagina or something, I am convinced you're the father". This makes it feel like (at least to me) it loses a large part of the point of using the trait to make her forget what happened.

Or have I completely misunderstood the intended use of the trait?
 

Catino

Newbie
Nov 16, 2023
35
20
132
Someone, can help me out, please?

I don´t get it. I added the --skip-torch-cuda-test and it keeps saying I can´t use and I should add the line, but the line is there...


#!/bin/bash
#########################################################
# Uncomment and change the variables below to your need:#
#########################################################

# Install directory without trailing slash
#install_dir="/home/$(whoami)"

# Name of the subdirectory
#clone_dir="stable-diffusion-webui"

# Commandline arguments for webui.py, for example: export COMMANDLINE_ARGS="--medvram --opt-split-attention"
#export COMMANDLINE_ARGS=""
set COMMANDLINE_ARGS="--medvram --no-half-vae --listen --port=7860 --api --cors-allow-origins --use-cpu all --precision full --no-half --skip-torch-cuda-test *"

# python3 executable
#python_cmd="python3"

# git executable
#export GIT="git"

# python3 venv without trailing slash (defaults to ${install_dir}/${clone_dir}/venv)
#venv_dir="venv"

# script to launch to start the app
#export LAUNCH_SCRIPT="launch.py"

# install command for torch
#export TORCH_COMMAND="pip install torch==1.12.1+cu113 --extra-index-url "

# Requirements file to use for stable-diffusion-webui
#export REQS_FILE="requirements_versions.txt"

# Fixed git repos
#export K_DIFFUSION_PACKAGE=""
#export GFPGAN_PACKAGE=""

# Fixed git commits
#export STABLE_DIFFUSION_COMMIT_HASH=""
#export TAMING_TRANSFORMERS_COMMIT_HASH=""
#export CODEFORMER_COMMIT_HASH=""
#export BLIP_COMMIT_HASH=""

# Uncomment to enable accelerated launch
#export ACCELERATE="True"

###########################################
 

AnotherMike

Member
Mar 26, 2020
161
132
208
Someone, can help me out, please?

I don´t get it. I added the --skip-torch-cuda-test and it keeps saying I can´t use and I should add the line, but the line is there...


#!/bin/bash
#########################################################
# Uncomment and change the variables below to your need:#
#########################################################

# Install directory without trailing slash
#install_dir="/home/$(whoami)"

# Name of the subdirectory
#clone_dir="stable-diffusion-webui"

# Commandline arguments for webui.py, for example: export COMMANDLINE_ARGS="--medvram --opt-split-attention"
#export COMMANDLINE_ARGS=""
set COMMANDLINE_ARGS="--medvram --no-half-vae --listen --port=7860 --api --cors-allow-origins --use-cpu all --precision full --no-half --skip-torch-cuda-test *"

# python3 executable
#python_cmd="python3"

# git executable
#export GIT="git"

# python3 venv without trailing slash (defaults to ${install_dir}/${clone_dir}/venv)
#venv_dir="venv"

# script to launch to start the app
#export LAUNCH_SCRIPT="launch.py"

# install command for torch
#export TORCH_COMMAND="pip install torch==1.12.1+cu113 --extra-index-url "

# Requirements file to use for stable-diffusion-webui
#export REQS_FILE="requirements_versions.txt"

# Fixed git repos
#export K_DIFFUSION_PACKAGE=""
#export GFPGAN_PACKAGE=""

# Fixed git commits
#export STABLE_DIFFUSION_COMMIT_HASH=""
#export TAMING_TRANSFORMERS_COMMIT_HASH=""
#export CODEFORMER_COMMIT_HASH=""
#export BLIP_COMMIT_HASH=""

# Uncomment to enable accelerated launch
#export ACCELERATE="True"

###########################################
I'm pretty sure the * at the end belongs to the cors-allow-origins, so you could try chainging it to this:
set COMMANDLINE_ARGS="--medvram --no-half-vae --listen --port=7860 --api --cors-allow-origins * --use-cpu all --precision full --no-half --skip-torch-cuda-test"

but I don't know enough about the launch arguments to say in there's anything else that is wrong.

I've had surprisingly large amount of success asking ChatGPT in cases like this. Just tell it your hardware, the complete error message as well as you configuration file and it's very likely that it will have some suggestions to help you solve it.
 
  • Like
Reactions: Catino

Catino

Newbie
Nov 16, 2023
35
20
132
I'm pretty sure the * at the end belongs to the cors-allow-origins, so you could try chainging it to this:
set COMMANDLINE_ARGS="--medvram --no-half-vae --listen --port=7860 --api --cors-allow-origins * --use-cpu all --precision full --no-half --skip-torch-cuda-test"

but I don't know enough about the launch arguments to say in there's anything else that is wrong.

I've had surprisingly large amount of success asking ChatGPT in cases like this. Just tell it your hardware, the complete error message as well as you configuration file and it's very likely that it will have some suggestions to help you solve it.
I think it is working now. And thanks, ChatGPT actually was the right bet. Since I´m on windows, it said to me to use the line right on the bat file and it now is running.
 

Coster

Newbie
Dec 19, 2017
38
23
92
Yes, there is a both path. Need to have the MC charisma 5 or better. Shouldn't have girlfriend status with either yet and their love stat with you. less than 20 points apart.
Ah I see...that response just says to be friends with both of them though. No option to tell them you want to date both?
 

Phoexist

Active Member
Mar 11, 2020
505
559
258
Ah I see...that response just says to be friends with both of them though. No option to tell them you want to date both?
Not exactly. The both is called the 'friends with benefits' path. It used to also activate the jealous sister mechanics where they try to out do each other for your attention. However, I think that is all disabled at the moment for the character rework. Nothing would stop you currently from just adding them both as girlfriends after that event. However, they both are currently blocked from becoming Harem members since it isn't possible to complete their storylines yet.
 
  • Like
Reactions: oldshoe and Coster

dedios

New Member
May 16, 2025
2
0
10
Good ..... I have followed the instructions of the Stable Diffusion ... and it works for me to make loose images. But when I try to use it in the LR2, it says to have problems connecting it with the Connection Retry .. and with the phrase "Unable to The Stable Diffusion Api". Would anyone be so kind to tell me what is happening?
 

Burt

Ignoring Social Media
Dec 14, 2016
1,315
1,023
442
Emily Vanderberg.
Who managed to improve her academic performance with tutoring and how?
What serum did you use? I ask the question from the point of view of a pervert - that is, with the goal of improving her academic performance and not the opposite, making a slut out of her. So I decided to do such a roleplaying with Emily. Usually, I make a slut out of Emily, which I consider normal, but this time I decided to act like a pervert - not to corrupt Emily but on the contrary to make her a smart girl (not making a slut a slut is a perversion, right?).
Teach her more than stripping having sex with her give her breaks etc not just sexual ones. Use a weak serum short lasting or you wil skip to far ahead it is more of a grind than other quests but her scores in exams will improve
 
4.60 star(s) 79 Votes