diff --git a/utils.py b/utils.py index e376a3d1..a5bea541 100644 --- a/utils.py +++ b/utils.py @@ -186,7 +186,7 @@ def _download_with_aria2(aria2_config: str, total_length: int, directory: str = if bar != "": try: - print(bar, end="\r") + print('\r' + bar, end='') try: emit('from_server', {'cmd': 'model_load_status', 'data': bar.replace(" ", " ")}, broadcast=True) except: