Krebzonide commited on
Commit
18635f7
·
1 Parent(s): 392b88f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ pipe = StableDiffusionXLPipeline.from_single_file(
25
  use_safetensors = True,
26
  use_auth_token="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"
27
  )
28
- pipe.enable_model_cpu_offload()
29
 
30
  css = """
31
  .btn-green {
 
25
  use_safetensors = True,
26
  use_auth_token="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"
27
  )
28
+ pipe.to("cuda")
29
 
30
  css = """
31
  .btn-green {