Yntec commited on
Commit
3de9bde
1 Parent(s): 76bbb11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +27 -28
app.py CHANGED
@@ -4,6 +4,31 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  "Yntec/OpenLexica",
8
  "Yntec/MapleSyrup",
9
  "Yntec/WoopWoopRemix",
@@ -400,34 +425,8 @@ models = [
400
  "nitrosocke/mo-di-diffusion",
401
  "luongphamit/NeverEnding-Dream2", #241
402
  "lambdalabs/sd-naruto-diffusers", #201
403
- "Vernon-2/output_test",
404
- "Fictiverse/Stable_Diffusion_PaperCut_Model",
405
- "bsuutari/path_to_saved_model",
406
- "bsuutari/path_to_saved_model_rafa",
407
- "digiplay/PlanetBumix_v1",
408
- "lambdalabs/sd-pokemon-diffusers", #202
409
- "prompthero/poolsuite-diffusion",
410
- "digiplay/RealismEngine_v1",
411
- "nitrosocke/redshift-diffusion",
412
- "nitrosocke/redshift-diffusion-768",
413
- "nousr/robo-diffusion",
414
- "digiplay/SDVN1-Real_v1", #255
415
- "nitrosocke/spider-verse-diffusion",
416
- #"runwayml/stable-diffusion-v1-5",
417
- "nicky007/stable-diffusion-logo-fine-tuned",
418
- "stablediffusionapi/three-delicacy", #233
419
- "stablediffusionapi/three-delicacy-wonto", #234
420
- "naclbit/trinart_stable_diffusion_v2",
421
- "dallinmackay/Tron-Legacy-diffusion",
422
- "digiplay/unstableDiffusersYamerMIX_v3",
423
- "dallinmackay/Van-Gogh-diffusion",
424
- "ItsJayQz/Valorant_Diffusion",
425
- "Fictiverse/Stable_Diffusion_VoxelArt_Model", #204
426
- "wavymulder/wavyfusion",
427
- "CompVis/stable-diffusion-v1-3", #207
428
- "CompVis/stable-diffusion-v1-2", #208
429
- "CompVis/stable-diffusion-v1-1", #209
430
  "Yntec/CinematicReality",
 
431
  ]
432
  current_model = models[0]
433
 
@@ -898,7 +897,7 @@ with gr.Blocks(css=css) as myface:
898
  with gr.Row():
899
  with gr.Tab("Title"):
900
  gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
901
- <h1><a href="https://huggingface.co/spaces/Yntec/ToyWorldXL"><u><b><p style="color:#8150df;">This space has been superseded by Toy World, try out SDXL models and more than 400 ones by clicking this text!</p></b></u></a></h1>
902
 
903
  """)
904
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/humu",
8
+ "Yntec/vividicAnime",
9
+ "Yntec/NovelAIRemix",
10
+ "Yntec/NovelAI",
11
+ "Yntec/Dreamscape",
12
+ "Yntec/NeverEndingDream768",
13
+ "Yntec/HassanBlend12",
14
+ "Yntec/HassanBlend1512VAE",
15
+ "Yntec/Dreamscapes_n_Dragonfire_v2",
16
+ "Yntec/REV",
17
+ "Yntec/CetusRemix",
18
+ "Yntec/Cetus",
19
+ "Yntec/RadiantCinemagic",
20
+ "Yntec/RadiantVibes",
21
+ "Yntec/OpenGenDiffusers",
22
+ "Yntec/DeliShaper",
23
+ "Yntec/Dreamlike",
24
+ "Yntec/dreamlike-photoreal-remix",
25
+ "Yntec/DreamShaperRemix",
26
+ "Yntec/DeliberateRemix",
27
+ "Yntec/epiCVision",
28
+ "Yntec/realistic-vision-v12",
29
+ "Yntec/epiCRealismVAE",
30
+ "Yntec/MangledMerge3_768",
31
+ "Yntec/OpenNijiRemix",
32
  "Yntec/OpenLexica",
33
  "Yntec/MapleSyrup",
34
  "Yntec/WoopWoopRemix",
 
425
  "nitrosocke/mo-di-diffusion",
426
  "luongphamit/NeverEnding-Dream2", #241
427
  "lambdalabs/sd-naruto-diffusers", #201
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
428
  "Yntec/CinematicReality",
429
+ "Yntec/Reddit",
430
  ]
431
  current_model = models[0]
432
 
 
897
  with gr.Row():
898
  with gr.Tab("Title"):
899
  gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
900
+ <h1><a href="https://huggingface.co/spaces/Yntec/ToyWorld"><u><b><p style="color:#8150df;">This space has been superseded by Toy World, try out more than 420 Stable Diffusion models by clicking this text!</p></b></u></a></h1>
901
 
902
  """)
903