Update app.py
Browse files
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 |
-
|
| 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:
|