diff options
author | Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> | 2023-08-04 09:53:16 +0000 |
---|---|---|
committer | Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> | 2023-08-04 09:53:16 +0000 |
commit | 094c416a801b16c7d8e1944e2e9fae2c9e98bf12 (patch) | |
tree | 88e60b2bea851f41f69d03bbd3f12e4b5c97e995 /run_local.ps1 | |
parent | 1f6bfdea80f58f292aeebb9a001689a118d71c01 (diff) | |
download | stable-diffusion-webui-gfx803-094c416a801b16c7d8e1944e2e9fae2c9e98bf12.tar.gz stable-diffusion-webui-gfx803-094c416a801b16c7d8e1944e2e9fae2c9e98bf12.tar.bz2 stable-diffusion-webui-gfx803-094c416a801b16c7d8e1944e2e9fae2c9e98bf12.zip |
change all encode
Diffstat (limited to 'run_local.ps1')
-rw-r--r-- | run_local.ps1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run_local.ps1 b/run_local.ps1 new file mode 100644 index 00000000..e2ac43db --- /dev/null +++ b/run_local.ps1 @@ -0,0 +1,3 @@ +.\venv\Scripts\Activate.ps1 +python .\launch.py --xformers --opt-channelslast --api +. $PSCommandPath
\ No newline at end of file |