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

Update Scripts/mainpaperspacev2_311.py

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