TheLastBen commited on
Commit
3870e5f
·
verified ·
1 Parent(s): 839399b

Update Scripts/mainppsComfy_311.py

Browse files
Files changed (1) hide show
  1. Scripts/mainppsComfy_311.py +1 -1
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)