Commit
•
e8a29a1
1
Parent(s):
c380867
add nihonga
Browse files- src/app/engine/presets.ts +27 -0
src/app/engine/presets.ts
CHANGED
@@ -63,6 +63,33 @@ export const presets: Record<string, Preset> = {
|
|
63 |
"3D render"
|
64 |
],
|
65 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
franco_belgian: {
|
67 |
id: "franco_belgian",
|
68 |
label: "Franco-Belgian",
|
|
|
63 |
"3D render"
|
64 |
],
|
65 |
},
|
66 |
+
nihonga: {
|
67 |
+
id: "nihonga",
|
68 |
+
label: "Nihonga",
|
69 |
+
family: "asian",
|
70 |
+
color: "color",
|
71 |
+
font: "actionman",
|
72 |
+
llmPrompt: "japanese manga",
|
73 |
+
imagePrompt: (prompt: string) => [
|
74 |
+
`japanese nihonga painting about ${prompt}`,
|
75 |
+
"Nihonga",
|
76 |
+
"ancient japanese painting",
|
77 |
+
"intricate",
|
78 |
+
"detailed",
|
79 |
+
// "drawing"
|
80 |
+
],
|
81 |
+
negativePrompt: () => [
|
82 |
+
"franco-belgian comic",
|
83 |
+
"color album",
|
84 |
+
"color",
|
85 |
+
"manga",
|
86 |
+
"comic",
|
87 |
+
"american comic",
|
88 |
+
"photo",
|
89 |
+
"painting",
|
90 |
+
"3D render"
|
91 |
+
],
|
92 |
+
},
|
93 |
franco_belgian: {
|
94 |
id: "franco_belgian",
|
95 |
label: "Franco-Belgian",
|