plain background
Browse files
src/lib/components/PicletGenerator/PicletGenerator.svelte
CHANGED
@@ -396,7 +396,7 @@ Create a concise visual description (1-3 sentences, max 100 words). Focus only o
|
|
396 |
|
397 |
try {
|
398 |
const output = await fluxClient.predict("/infer", [
|
399 |
-
`${state.imagePrompt}\nNow generate a Pokémon-Anime-style image of the monster in an idle pose with a white 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.`,
|
400 |
0, // seed
|
401 |
true, // randomizeSeed
|
402 |
1024, // width
|
|
|
396 |
|
397 |
try {
|
398 |
const output = await fluxClient.predict("/infer", [
|
399 |
+
`${state.imagePrompt}\nNow generate a Pokémon-Anime-style image of the monster in an idle pose with a plain white 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.`,
|
400 |
0, // seed
|
401 |
true, // randomizeSeed
|
402 |
1024, // width
|