Merge commit 'refs/pull/149/head' of https://github.com/ebolam/KoboldAI into UI2

This commit is contained in:
ebolam
2022-09-21 13:35:32 -04:00
4 changed files with 40 additions and 16 deletions

View File

@@ -721,6 +721,7 @@ class user_settings(settings):
self.show_probs = False # Whether or not to show token probabilities
self.beep_on_complete = False
self.img_gen_priority = 1
self.show_budget = False
def __setattr__(self, name, value):