cocktailpeanut commited on
Commit
e4bd666
·
1 Parent(s): 7ca6fbe
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ MODELS = {
14
  "RealVisXL V5.0 Lightning": "SG161222/RealVisXL_V5.0_Lightning",
15
  }
16
  DEVICE = devicetorch.get(torch)
 
17
  def init():
18
  global pipe
19
 
 
14
  "RealVisXL V5.0 Lightning": "SG161222/RealVisXL_V5.0_Lightning",
15
  }
16
  DEVICE = devicetorch.get(torch)
17
+ pipe = None
18
  def init():
19
  global pipe
20