Fancy streaming by default

This commit is contained in:
Henk
2023-07-24 01:39:16 +02:00
parent c60a29e544
commit 9fc9cb92f7

View File

@@ -1155,7 +1155,7 @@ class user_settings(settings):
self.nogenmod = False
self.debug = False # If set to true, will send debug information to the client for display
self.output_streaming = True
self.smooth_streaming = False
self.smooth_streaming = True
self.show_probs = False # Whether or not to show token probabilities
self.beep_on_complete = False
self.img_gen_priority = 1