mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Make settings work
This commit is contained in:
@@ -1166,6 +1166,12 @@ class user_settings(settings):
|
||||
self.cluster_requested_models = [] # The models which we allow to generate during cluster mode
|
||||
self.wigen_use_own_wi = False
|
||||
self.wigen_amount = 80
|
||||
self.screenshot_show_attribution = True
|
||||
self.screenshot_show_story_title = True
|
||||
self.screenshot_show_author_name = True
|
||||
self.screenshot_author_name = "Anonymous"
|
||||
self.screenshot_show_model_name = True
|
||||
self.screenshot_use_boring_colors = False
|
||||
|
||||
|
||||
def __setattr__(self, name, value):
|
||||
|
Reference in New Issue
Block a user