Thafx commited on
Commit
c70cfcd
1 Parent(s): f3fb233

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ logging.info('loading Dreamlike Diffusion')
19
  DreamDiffusion=App.Interface.load('models/SG161222/Realistic_Vision_V1.4') # Credits to SG161222
20
  logging.info('Loading Dreamlike PhotoReal')
21
  DreamPhotoReal = DreamDiffusion
22
- DreamPhotoReal=App.Interface.load('models/dreamlike-art/dreamlike-photoreal-2.0') # Credits to Dreamlike
23
 
24
  def RestartScript():
25
  while True:
 
19
  DreamDiffusion=App.Interface.load('models/SG161222/Realistic_Vision_V1.4') # Credits to SG161222
20
  logging.info('Loading Dreamlike PhotoReal')
21
  DreamPhotoReal = DreamDiffusion
22
+ DreamPhotoReal=App.Interface.load('models/dreamlike-art/dreamlike-photoreal-2.0') # Credits to Dreamlike
23
 
24
  def RestartScript():
25
  while True: