Remove reset switch for sd web api

Automatically recover from errors
This commit is contained in:
somebody
2022-11-24 23:34:48 -06:00
parent a48d31c746
commit ec20b31931
3 changed files with 7 additions and 20 deletions

View File

@@ -1060,7 +1060,8 @@ class system_settings(settings):
no_save_variables = ['socketio', 'lua_state', 'lua_logname', 'lua_koboldbridge', 'lua_kobold',
'lua_koboldcore', 'sp', 'sp_length', '_horde_pid', 'horde_share', 'aibusy',
'serverstarted', 'inference_config', 'image_pipeline', 'summarizer',
'summary_tokenizer', 'use_colab_tpu', 'noai', 'disable_set_aibusy', 'cloudflare_link', 'tts_model']
'summary_tokenizer', 'use_colab_tpu', 'noai', 'disable_set_aibusy', 'cloudflare_link', 'tts_model',
'generating_image']
settings_name = "system"
def __init__(self, socketio, koboldai_var):
self.socketio = socketio