Nymbo commited on
Commit
75198da
1 Parent(s): 0c784ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -87,6 +87,8 @@ def query(prompt, model, is_negative=False, steps=30, cfg_scale=7, sampler="DPM+
87
  API_URL = "https://api-inference.huggingface.co/models/dataautogpt3/ProteusV0.4"
88
  if model == 'ProteusV0.3':
89
  API_URL = "https://api-inference.huggingface.co/models/dataautogpt3/ProteusV0.3"
 
 
90
  if model == 'AsianMix':
91
  API_URL = "https://api-inference.huggingface.co/models/Yntec/AsianMix"
92
  if model == 'Stable Diffusion 2.1':
@@ -312,6 +314,7 @@ with gr.Blocks (theme=gr.themes.Default(primary_hue="pink", secondary_hue="pink"
312
  "OpenGenDiffusers",
313
  "NewMoon",
314
  "InsaneM3U",
 
315
  "Maple Syrup",
316
  "NuipeniMix",
317
  "Idle Fancy",
 
87
  API_URL = "https://api-inference.huggingface.co/models/dataautogpt3/ProteusV0.4"
88
  if model == 'ProteusV0.3':
89
  API_URL = "https://api-inference.huggingface.co/models/dataautogpt3/ProteusV0.3"
90
+ if model == 'RetroLife':
91
+ API_URL = "https://api-inference.huggingface.co/models/Yntec/RetroLife"
92
  if model == 'AsianMix':
93
  API_URL = "https://api-inference.huggingface.co/models/Yntec/AsianMix"
94
  if model == 'Stable Diffusion 2.1':
 
314
  "OpenGenDiffusers",
315
  "NewMoon",
316
  "InsaneM3U",
317
+ "RetroLife",
318
  "Maple Syrup",
319
  "NuipeniMix",
320
  "Idle Fancy",