thliang01 commited on
Commit
30cce11
·
verified ·
1 Parent(s): fa75da4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -28,6 +28,7 @@ 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
  max_batch_size=4, # Set the batch size based on your CPU/GPU memory
32
  ).queue()
33
 
 
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=True,
32
  max_batch_size=4, # Set the batch size based on your CPU/GPU memory
33
  ).queue()
34