wondervictor commited on
Commit
d726fd1
·
verified ·
1 Parent(s): 90508b5

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +2 -2
model.py CHANGED
@@ -216,8 +216,8 @@ class Model:
216
  elif preprocessor_name == 'No preprocess':
217
  condition_img = image
218
  print('get depth')
219
- del self.preprocessor.model
220
- torch.cuda.empty_cache()
221
  condition_img = condition_img.resize((512,512))
222
  W, H = condition_img.size
223
 
 
216
  elif preprocessor_name == 'No preprocess':
217
  condition_img = image
218
  print('get depth')
219
+ # del self.preprocessor.model
220
+ # torch.cuda.empty_cache()
221
  condition_img = condition_img.resize((512,512))
222
  W, H = condition_img.size
223