amazonaws-sp commited on
Commit
f21db2a
·
verified ·
1 Parent(s): 50611af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -54,6 +54,7 @@ def generate(
54
  vaecall = 'madebyollin/sdxl-vae-fp16-fix',
55
  lora = '',
56
  lora_scale: float = 0.7,
 
57
  if torch.cuda.is_available():
58
 
59
  if not use_vae:
 
54
  vaecall = 'madebyollin/sdxl-vae-fp16-fix',
55
  lora = '',
56
  lora_scale: float = 0.7,
57
+ )
58
  if torch.cuda.is_available():
59
 
60
  if not use_vae: