mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix for UI2 download status bar
This commit is contained in:
@@ -1674,7 +1674,7 @@ def patch_transformers_download():
|
||||
|
||||
if bar != "":
|
||||
try:
|
||||
print(bar, end="")
|
||||
print(bar, end="\n")
|
||||
emit('from_server', {'cmd': 'model_load_status', 'data': bar.replace(" ", " ")}, broadcast=True, room="UI_1")
|
||||
eventlet.sleep(seconds=0)
|
||||
except:
|
||||
|
Reference in New Issue
Block a user