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

Update Scripts/mainpaperspacev1_311.py

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