Omnibus commited on
Commit
b4d1287
·
verified ·
1 Parent(s): df704f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -12,7 +12,7 @@ models =[
12
  "stabilityai/stable-diffusion-2-1",
13
  "stabilityai/stable-diffusion-2-1-base",
14
  "andite/anything-v4.0",
15
- "Linaqruf/anything-v3.0",
16
  "eimiss/EimisAnimeDiffusion_1.0v",
17
  "nitrosocke/Nitro-Diffusion",
18
  "wavymulder/portraitplus",
@@ -48,7 +48,7 @@ model_16=models[16]
48
  model_17=models[17]
49
  model_18=models[18]
50
  model_19=models[19]
51
- model_20=models[20]
52
 
53
  text_gen=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion_link")
54
 
@@ -71,7 +71,7 @@ proc16=gr.Interface.load(f"models/{model_16}")
71
  proc17=gr.Interface.load(f"models/{model_17}")
72
  proc18=gr.Interface.load(f"models/{model_18}")
73
  proc19=gr.Interface.load(f"models/{model_19}")
74
- proc20=gr.Interface.load(f"models/{model_20}")
75
 
76
 
77
  def emb():
 
12
  "stabilityai/stable-diffusion-2-1",
13
  "stabilityai/stable-diffusion-2-1-base",
14
  "andite/anything-v4.0",
15
+ #"Linaqruf/anything-v3.0",
16
  "eimiss/EimisAnimeDiffusion_1.0v",
17
  "nitrosocke/Nitro-Diffusion",
18
  "wavymulder/portraitplus",
 
48
  model_17=models[17]
49
  model_18=models[18]
50
  model_19=models[19]
51
+ #model_20=models[20]
52
 
53
  text_gen=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion_link")
54
 
 
71
  proc17=gr.Interface.load(f"models/{model_17}")
72
  proc18=gr.Interface.load(f"models/{model_18}")
73
  proc19=gr.Interface.load(f"models/{model_19}")
74
+ proc20=gr.Interface.load(f"models/{model_19}")
75
 
76
 
77
  def emb():