Commit Graph

7 Commits

Author SHA1 Message Date
JaredTherriault 8f3b02f095
Revert "Offloading custom work"
This reverts commit f3d1631aab.

This work has been offloaded now into an extension called Prompt Control.
2023-09-03 13:32:56 -07:00
JaredTherriault f3d1631aab
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.
2023-08-27 21:54:05 -07:00
AUTOMATIC 47a44c7e42 revert change to webui-user.bat 2022-11-19 21:06:58 +03:00
d8ahazard 0a54bd3395 Optional Accelerate Launch 2022-11-09 11:15:17 -06:00
JustAnOkapi 21f2a706bb Revert "Update webui-user.bat"
This reverts commit 51a960df1f.
2022-09-14 08:58:13 +03:00
JustAnOkapi e73e2ce2fd Update webui-user.bat 2022-09-14 08:58:13 +03:00
AUTOMATIC 1fd2c22919 brought manual instructions up to date
reworked launching with different parameters
2022-09-09 08:37:19 +03:00