try no transparent background
Browse files
src/lib/components/MonsterGenerator/MonsterGenerator.svelte
CHANGED
@@ -151,7 +151,7 @@ Assistant: The`;
|
|
151 |
console.log('Generating image prompt from concept');
|
152 |
|
153 |
const output = await rwkvClient.predict(0, [
|
154 |
-
`${promptGenerationPrompt}\nNow generate an Anime-style image of the monster in an idle pose
|
155 |
300, // maxTokens
|
156 |
1.0, // temperature
|
157 |
0.3, // topP
|
|
|
151 |
console.log('Generating image prompt from concept');
|
152 |
|
153 |
const output = await rwkvClient.predict(0, [
|
154 |
+
`${promptGenerationPrompt}\nNow generate an Anime-style image of the monster in an idle pose. The monster should not be attacking or in motion. The full monster must be visible within the frame.`,
|
155 |
300, // maxTokens
|
156 |
1.0, // temperature
|
157 |
0.3, // topP
|