Not-For-All-Audiences
nsfw
Update Summary for ST Beginners.md
Browse files- Summary for ST Beginners.md +10 -0
Summary for ST Beginners.md
CHANGED
@@ -298,11 +298,21 @@ wip
|
|
298 |
* SillyTavern-extras
|
299 |
* XTTS
|
300 |
* StableDiffusion
|
|
|
301 |
```
|
302 |
git clone https://github.com/CompVis/stable-diffusion.git
|
303 |
cd stable-diffusion
|
304 |
conda env create -f ./environment.yaml
|
305 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
## How to Change ST to Look Like Yours?
|
307 |
|
308 |
wip
|
|
|
298 |
* SillyTavern-extras
|
299 |
* XTTS
|
300 |
* StableDiffusion
|
301 |
+
wip
|
302 |
```
|
303 |
git clone https://github.com/CompVis/stable-diffusion.git
|
304 |
cd stable-diffusion
|
305 |
conda env create -f ./environment.yaml
|
306 |
```
|
307 |
+
|
308 |
+
Add to webui-user.bat
|
309 |
+
```
|
310 |
+
@echo off
|
311 |
+
call conda deactivate
|
312 |
+
call conda activate local_SD
|
313 |
+
cd "%~dp0"
|
314 |
+
```
|
315 |
+
wip
|
316 |
## How to Change ST to Look Like Yours?
|
317 |
|
318 |
wip
|