cocktailpeanut commited on
Commit
7574648
·
1 Parent(s): 1a8b606
Files changed (1) hide show
  1. gradio_demo/app.py +2 -2
gradio_demo/app.py CHANGED
@@ -142,8 +142,8 @@ def instantir_restore(
142
  print('optimizing')
143
  pipe.enable_vae_tiling()
144
  if cpu_offload:
145
- pipe.enable_model_cpu_offload()
146
- # pipe.enable_sequential_cpu_offload()
147
  print('done')
148
 
149
 
 
142
  print('optimizing')
143
  pipe.enable_vae_tiling()
144
  if cpu_offload:
145
+ # pipe.enable_model_cpu_offload()
146
+ pipe.enable_sequential_cpu_offload()
147
  print('done')
148
 
149