mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Add status bar message and status bar for TPU loading
This commit is contained in:
@@ -991,6 +991,7 @@ class system_settings(settings):
|
||||
self.socketio = socketio
|
||||
self.noai = False # Runs the script without starting up the transformers pipeline
|
||||
self.aibusy = False # Stops submissions while the AI is working
|
||||
self.status_message = ""
|
||||
self.serverstarted = False # Whether or not the Flask server has started
|
||||
self.lua_state = None # Lua state of the Lua scripting system
|
||||
self.lua_koboldbridge = None # `koboldbridge` from bridge.lua
|
||||
|
Reference in New Issue
Block a user