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