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

Update app.py

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