TheLastBen commited on
Commit
c5ecebb
1 Parent(s): 29ddb9a

Update Scripts/mainpaperspaceA1111.py

Browse files
Files changed (1) hide show
  1. Scripts/mainpaperspaceA1111.py +0 -1
Scripts/mainpaperspaceA1111.py CHANGED
@@ -287,7 +287,6 @@ def mdls(Original_Model_Version, Path_to_MODEL, MODEL_LINK, Temporary_Storage):
287
  print('Model already exists')
288
 
289
  if os.path.exists(model) and os.path.getsize(model) > 1810671599:
290
- clear_output()
291
  print('Model downloaded, using the custom model.')
292
  else:
293
  call('rm model', shell=True, stdout=open('/dev/null', 'w'), stderr=open('/dev/null', 'w'))
 
287
  print('Model already exists')
288
 
289
  if os.path.exists(model) and os.path.getsize(model) > 1810671599:
 
290
  print('Model downloaded, using the custom model.')
291
  else:
292
  call('rm model', shell=True, stdout=open('/dev/null', 'w'), stderr=open('/dev/null', 'w'))