nsfwalex commited on
Commit
46d6694
·
verified ·
1 Parent(s): 9c92015

Create vibe.json

Browse files
Files changed (1) hide show
  1. vibe.json +88 -0
vibe.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name":"Realistic",
4
+ "key": "realistic",
5
+ "prompt": "{style},{prompt}",
6
+ "styles":["realistic"],
7
+ "image": "https://",
8
+ "models":["pyr"]
9
+ },
10
+ {
11
+ "name":"Hyperrealistic",
12
+ "key": "hyperrealistic",
13
+ "prompt": "{style},{prompt}",
14
+ "styles":["hyperrealistic"],
15
+ "image": "https://",
16
+ "models":["pyr"]
17
+ },
18
+ {
19
+ "name":"Pin-up Art",
20
+ "key": "pip-up-art",
21
+ "prompt": "{style}, {prompt}",
22
+ "styles":["very aesthetic"],
23
+ "image": "https://",
24
+ "models":["pyr"]
25
+ },
26
+ {
27
+ "name":"Warm Anime",
28
+ "key": "warm-anime",
29
+ "prompt": "by {style},{prompt}",
30
+ "styles":["aroa \\(aroamoyasi\\)", "b-ginga"],
31
+ "image": "https://",
32
+ "models":["ilw"]
33
+ },
34
+ {
35
+ "name":"Cute Anime",
36
+ "key": "cute-anime",
37
+ "prompt": "by {style}, {prompt}",
38
+ "styles": ["arim0k0", "arlene \\(ju\\)","ayuma sayu", "bachibachi \\(tisen\\)"],
39
+ "image": "https://",
40
+ "models":["ilw"]
41
+ },
42
+ {
43
+ "name":"Sketchy Anime",
44
+ "key": "sketchy-anime",
45
+ "prompt": "by {style}, {prompt}",
46
+ "image": "https://",
47
+ "styles":["arnest","arobiro","bbb \\(friskuser\\)"],
48
+ "models": ["ilw"]
49
+ },
50
+ {
51
+ "name":"Realism Anime",
52
+ "key": "realism-anime",
53
+ "prompt": "{style},{prompt}",
54
+ "styles":["realistic"],
55
+ "image": "https://",
56
+ "models":["ilw"]
57
+ },
58
+ {
59
+ "name":"Webtoon",
60
+ "key": "webtoon",
61
+ "prompt": "{style},{prompt}",
62
+ "image": "https://",
63
+ "styles":["arnold tsang","bae \\(baebae\\)"],
64
+ "models":["ilw"]
65
+ },
66
+ {
67
+ "name":"Erotic Comics",
68
+ "key": "erotic-comics",
69
+ "prompt": "{style},{prompt}",
70
+ "image": "https://",
71
+ "styles":["as109","b 0 rukia"],
72
+ "models":["ilw"]
73
+ },
74
+ {
75
+ "name":"Western Comics",
76
+ "key": "western-comics",
77
+ "prompt": "{prompt}",
78
+ "image": "https://",
79
+ "models":["pyw"]
80
+ },
81
+ {
82
+ "name":"Game CG",
83
+ "key": "game-cg",
84
+ "prompt": "by {style},{prompt}",
85
+ "image": "https://",
86
+ "styles":["aroma sensei"]
87
+ }
88
+ ]