grey bkgd
Browse files
src/lib/components/PicletGenerator/PicletGenerator.svelte
CHANGED
@@ -443,7 +443,7 @@ Create a concise visual description (1-3 sentences, max 100 words). Focus only o
|
|
443 |
|
444 |
try {
|
445 |
const output = await fluxClient.predict("/infer", [
|
446 |
-
`${workflowState.imagePrompt}\nNow generate a Pokémon-Anime-style image of the monster in an idle pose with a plain
|
447 |
0, // seed
|
448 |
true, // randomizeSeed
|
449 |
1024, // width
|
|
|
443 |
|
444 |
try {
|
445 |
const output = await fluxClient.predict("/infer", [
|
446 |
+
`${workflowState.imagePrompt}\nNow generate a Pokémon-Anime-style image of the monster in an idle pose with a plain grey background. This is a ${tier} tier monster with ${tierDescriptions[tier as keyof typeof tierDescriptions]}. The monster should not be attacking or in motion. The full monster must be visible within the frame.`,
|
447 |
0, // seed
|
448 |
true, // randomizeSeed
|
449 |
1024, // width
|