aboutsummaryrefslogtreecommitdiffstats
path: root/webui-user.bat
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Offloading custom work"JaredTherriault2023-09-031-2/+2
| | | | | | This reverts commit f3d1631aab82d559294126a9230c979ef4c4e1d6. This work has been offloaded now into an extension called Prompt Control.
* Offloading custom workJaredTherriault2023-08-281-2/+2
| | | | | | | | -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.
* revert change to webui-user.batAUTOMATIC2022-11-191-1/+0
|
* Optional Accelerate Launchd8ahazard2022-11-091-0/+1
|
* Revert "Update webui-user.bat"JustAnOkapi2022-09-141-1/+1
| | | | This reverts commit 51a960df1fdd265e7747e19b50e25f359447587c.
* Update webui-user.batJustAnOkapi2022-09-141-1/+1
|
* brought manual instructions up to dateAUTOMATIC2022-09-091-0/+8
reworked launching with different parameters