Update Scripts/sdxllorapps_311.py
Browse files
Scripts/sdxllorapps_311.py
CHANGED
@@ -92,7 +92,7 @@ def depsinst(url, dst):
|
|
92 |
file_size = int(content_length[0])
|
93 |
|
94 |
with tqdm(total=file_size, disable=False, mininterval=0.5,
|
95 |
-
bar_format='Installing dependencies |{bar:20}| {percentage:3.0f}%') as pbar:
|
96 |
with open(dst, "wb") as f:
|
97 |
while True:
|
98 |
buffer = u.read(8192)
|
|
|
92 |
file_size = int(content_length[0])
|
93 |
|
94 |
with tqdm(total=file_size, disable=False, mininterval=0.5,
|
95 |
+
bar_format='(fast-stable-diffusion will soon stop supporting Paperspace) Installing dependencies |{bar:20}| {percentage:3.0f}%') as pbar:
|
96 |
with open(dst, "wb") as f:
|
97 |
while True:
|
98 |
buffer = u.read(8192)
|