Minecraft3193092 commited on
Commit
653883a
1 Parent(s): 5b295bc

Update src/app/engine/presets.ts

Browse files
Files changed (1) hide show
  1. src/app/engine/presets.ts +57 -0
src/app/engine/presets.ts CHANGED
@@ -90,6 +90,35 @@ export const presets: Record<string, Preset> = {
90
  "painting",
91
  "3D render"
92
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  },
94
  nihonga: {
95
  id: "nihonga",
@@ -118,6 +147,34 @@ export const presets: Record<string, Preset> = {
118
  "painting",
119
  "3D render"
120
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  },
122
  franco_belgian: {
123
  id: "franco_belgian",
 
90
  "painting",
91
  "3D render"
92
  ],
93
+ },
94
+ japanese_color_manga: {
95
+ id: "japanese_color_manga",
96
+ label: "Japanese (color)",
97
+ family: "asian",
98
+ color: "color",
99
+ font: "actionman",
100
+ llmPrompt: "japanese color manga",
101
+ imagePrompt: (prompt: string) => [
102
+ `color`,
103
+ `detailed drawing`,
104
+ `japanese manga`,
105
+ prompt,
106
+ // "single panel",
107
+ // "manga",
108
+ // "japanese",
109
+ // "intricate",
110
+ // "detailed",
111
+ // "drawing"
112
+ ],
113
+ negativePrompt: () => [
114
+ "franco-belgian comic",
115
+ "color album",
116
+ "color",
117
+ "american comic",
118
+ "photo",
119
+ "painting",
120
+ "3D render"
121
+ ],
122
  },
123
  nihonga: {
124
  id: "nihonga",
 
147
  "painting",
148
  "3D render"
149
  ],
150
+ },
151
+ traditional_chinese_painting: {
152
+ id: "traditional_chinese_painting",
153
+ label: "Traditional Chinese",
154
+ family: "asian",
155
+ color: "color",
156
+ font: "actionman",
157
+ llmPrompt: "chinese painting",
158
+ imagePrompt: (prompt: string) => [
159
+ `traditional chinese painting about ${prompt}`,
160
+ "traditional chinese painting",
161
+ "ancient chinese painting",
162
+ "intricate",
163
+ "detailed",
164
+ "detailed painting"
165
+ // "drawing"
166
+ ],
167
+ negativePrompt: () => [
168
+ "franco-belgian comic",
169
+ "color album",
170
+ "color",
171
+ "manga",
172
+ "comic",
173
+ "american comic",
174
+ "photo",
175
+ "painting",
176
+ "3D render"
177
+ ],
178
  },
179
  franco_belgian: {
180
  id: "franco_belgian",