Yntec commited on
Commit
015b429
β€’
1 Parent(s): a244581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
7
  "claudfuen/photorealistic-fuen-v1",
8
  "prompthero/funko-diffusion",
9
  "prompthero/midjourney-v4-diffusion",
@@ -265,6 +266,7 @@ models2=[
265
  gr.Interface.load(f"models/{models[121]}",live=True,preprocess=False),
266
  gr.Interface.load(f"models/{models[122]}",live=True,preprocess=False),
267
  gr.Interface.load(f"models/{models[123]}",live=True,preprocess=False),
 
268
  ]
269
 
270
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "SG161222/Realistic_Vision_V1.4",
8
  "claudfuen/photorealistic-fuen-v1",
9
  "prompthero/funko-diffusion",
10
  "prompthero/midjourney-v4-diffusion",
 
266
  gr.Interface.load(f"models/{models[121]}",live=True,preprocess=False),
267
  gr.Interface.load(f"models/{models[122]}",live=True,preprocess=False),
268
  gr.Interface.load(f"models/{models[123]}",live=True,preprocess=False),
269
+ gr.Interface.load(f"models/{models[124]}",live=True,preprocess=False),
270
  ]
271
 
272