TheLastBen commited on
Commit
1792afe
·
verified ·
1 Parent(s): f163cf0

Update Scripts/mainpaperspaceA1111_311.py

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