aboutsummaryrefslogtreecommitdiffstats
path: root/webui-user.bat
diff options
context:
space:
mode:
authorJaredTherriault <noirjt@live.com>2023-08-28 04:54:05 +0000
committerJaredTherriault <noirjt@live.com>2023-08-28 04:54:05 +0000
commitf3d1631aab82d559294126a9230c979ef4c4e1d6 (patch)
tree1a130594cd6f1bed415cfc2dfb92253ee059e7de /webui-user.bat
parentc9c8485bc1e8720aba70f029d25cba1c4abf2b5c (diff)
downloadstable-diffusion-webui-gfx803-f3d1631aab82d559294126a9230c979ef4c4e1d6.tar.gz
stable-diffusion-webui-gfx803-f3d1631aab82d559294126a9230c979ef4c4e1d6.tar.bz2
stable-diffusion-webui-gfx803-f3d1631aab82d559294126a9230c979ef4c4e1d6.zip
Offloading custom work
-custom_statics works to do mass replace strings, intended for copy-pasting gen info from internet generations and replacing unsavory prompts with safer prompts for my own sanity -tried to implement this into generation_parameters_copypaste but it didn't work out this iteration, presumably because we return a string and the calling method is looking for an object type -updated webui-user.bat to set a custom temp directory (for disk space concerns) and to apply xformers (for generation speed) I probably won't be merging any of this work into the main repo since I don't want to mess with anyone else's prompts, this is just intended to keep my workspace safe from anything I don't want to see. Eventually this should be done in an extension which I could then publish, but I need to learn a lot more about the extension and callback systems in the main repo first. just uploading this to my fork for now so i don't lose the current progress.
Diffstat (limited to 'webui-user.bat')
-rw-r--r--webui-user.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui-user.bat b/webui-user.bat
index e5a257be..1ba2116d 100644
--- a/webui-user.bat
+++ b/webui-user.bat
@@ -1,8 +1,8 @@
@echo off
-
+set TEMP=G:\SD-temp
set PYTHON=
set GIT=
set VENV_DIR=
-set COMMANDLINE_ARGS=
+set COMMANDLINE_ARGS= --xformers
call webui.bat