RageshAntony commited on
Commit
f3dea65
·
verified ·
1 Parent(s): bc0111e

disabled cleanup

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def generate_image(
186
  print(f"Saved image to: {filepath}")
187
 
188
  #progress(0.9, desc=f"Cleaning up {model_name} resources...")
189
- deep_cleanup(model_name, pipe)
190
 
191
  #progress(1.0, desc=f"Generation complete with {model_name}")
192
  return image, seed
 
186
  print(f"Saved image to: {filepath}")
187
 
188
  #progress(0.9, desc=f"Cleaning up {model_name} resources...")
189
+ #deep_cleanup(model_name, pipe)
190
 
191
  #progress(1.0, desc=f"Generation complete with {model_name}")
192
  return image, seed