Jackflack09 commited on
Commit
4d14f58
1 Parent(s): 522606a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -36,7 +36,17 @@ class Model:
36
 
37
 
38
  models = [
39
- Model("anything v3", "Linaqruf/anything-v3.0", "anything v3 style"),
 
 
 
 
 
 
 
 
 
 
40
  ]
41
  # Model("Spider-Verse", "nitrosocke/spider-verse-diffusion", "spiderverse style "),
42
  # Model("Balloon Art", "Fictiverse/Stable_Diffusion_BalloonArt_Model", "BalloonArt "),
 
36
 
37
 
38
  models = [
39
+ Model("DnD Cover Art", "sd-dreambooth-library/dndcoverart-v1", "Use the token 'dndcoverart'"),
40
+ Model("Vivid Watercolors", "Evel/VividWatercolors", "watercolor style"),
41
+ Model("Loving Vincent (Van Gogh)", "dallinmackay/Van-Gogh-diffusion", "lvngvncnt "),
42
+ Model("Comic Diffusion", "ogkalu/Comic-Diffusion", "Comic Book Styles"),
43
+ Model("Deliberate civitai", "XpucT/Deliberate", "none"),
44
+ Model("Experience V8 civitai", "n0madic/experience-v8", "none"),
45
+ Model("A-Zovya RPG Artist Tools civitai", "danbrown/A-to-Zovya-RPG-v1-5", "none"),
46
+ Model("U Pron", "stablediffusionapi/urpm", "pron"),
47
+ Model("U Pron2", "lilpotat/urp", "pron2"),
48
+ Model("test", "Jackflack09/mrsrm1", "testing"),
49
+ Model("test2", "Jackflack09/mrsrm", "testing2"),
50
  ]
51
  # Model("Spider-Verse", "nitrosocke/spider-verse-diffusion", "spiderverse style "),
52
  # Model("Balloon Art", "Fictiverse/Stable_Diffusion_BalloonArt_Model", "BalloonArt "),