Speed fix and summarizing for stable diffusion down to 75 tokens

This commit is contained in:
ebolam
2022-09-26 13:14:15 -04:00
parent 68bf3cc7f0
commit a07ebad9cb
2 changed files with 13 additions and 6 deletions

View File

@@ -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():