thliang01 commited on
Commit
95905d0
·
verified ·
1 Parent(s): c64eaef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -28,7 +28,6 @@ demo = gr.Interface(
28
  title="SDXS: Real-Time One-Step Latent Diffusion Models with Image Conditions",
29
  description="This demo showcases [SDXS](https://arxiv.org/abs/2403.16627)",
30
  batch=True,
31
- low_cpu_mem_usage=False,
32
  max_batch_size=4, # Set the batch size based on your CPU/GPU memory
33
  ).queue()
34
 
 
28
  title="SDXS: Real-Time One-Step Latent Diffusion Models with Image Conditions",
29
  description="This demo showcases [SDXS](https://arxiv.org/abs/2403.16627)",
30
  batch=True,
 
31
  max_batch_size=4, # Set the batch size based on your CPU/GPU memory
32
  ).queue()
33