mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Speed fix and summarizing for stable diffusion down to 75 tokens
This commit is contained in:
@@ -40,7 +40,7 @@ def process_variable_changes(socketio, classname, name, value, old_value, debug_
|
||||
return
|
||||
else:
|
||||
room = "UI_2"
|
||||
logger.debug("sending data to room (multi_story={},classname={}): {}".format(multi_story, classname, room))
|
||||
#logger.debug("sending data to room (multi_story={},classname={}): {}".format(multi_story, classname, room))
|
||||
#Special Case for KoboldStoryRegister
|
||||
if isinstance(value, KoboldStoryRegister):
|
||||
if not has_request_context():
|
||||
|
Reference in New Issue
Block a user