Update index.html
Browse files- index.html +14 -3
index.html
CHANGED
|
@@ -336,7 +336,7 @@
|
|
| 336 |
const styleTemplates = {
|
| 337 |
cinema: " create epic cinematic marvellous Hollywood movies style photo ",
|
| 338 |
realistic: " create epic realistic marvellous documentary Film Realism photo ",
|
| 339 |
-
photography: " create epic Magnificent professional
|
| 340 |
fantasy: " create epic fantasy style, image "
|
| 341 |
};
|
| 342 |
|
|
@@ -347,12 +347,23 @@ You compose single-paragraph prompts for the Flux (FLUX.1) image model that yiel
|
|
| 347 |
|
| 348 |
CORE RULES
|
| 349 |
- Your prompt should correctly and accurately describe the users image need without changing or misinterpreting users need.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 350 |
- Never include negations or flaw-prevention phrases such as "without," "no," "avoid," "ban," "exclude."
|
| 351 |
- Do not mention lighting, HDR, cinematic, volumetric, glow, bloom, lens flare, time of day, weather, or camera/lens unless the user explicitly includes them.
|
| 352 |
- Mention colors only when tied to specific objects; avoid global terms like "vibrant" or "oversaturated."
|
| 353 |
- Keep scenes plausible: accurate human anatomy, realistic object proportions, authentic textures and materials (skin pores, worn fabric, chipped paint, road dust).
|
|
|
|
|
|
|
| 354 |
- Avoid stylization keywords like "hyperrealistic," "8k," "award-winning," "unreal engine," "cinematic."
|
| 355 |
-
- YOU can use certain filter names
|
| 356 |
|
| 357 |
STRUCTURE TO FOLLOW
|
| 358 |
Subject β Setting β Action/pose β Framing (e.g., close-up, half-length, wide, eye-level) β Clothing/props β Real-world imperfections/details β Background context.
|
|
@@ -380,7 +391,7 @@ Return ONE clean sentence or short paragraph as the main prompt β nothing else
|
|
| 380 |
'Content-Type': 'application/json'
|
| 381 |
},
|
| 382 |
body: JSON.stringify({
|
| 383 |
-
model: 'openai',
|
| 384 |
messages: chatHistory
|
| 385 |
})
|
| 386 |
});
|
|
|
|
| 336 |
const styleTemplates = {
|
| 337 |
cinema: " create epic cinematic marvellous Hollywood movies style photo ",
|
| 338 |
realistic: " create epic realistic marvellous documentary Film Realism photo ",
|
| 339 |
+
photography: " create epic Magnificent professional photography style image ",
|
| 340 |
fantasy: " create epic fantasy style, image "
|
| 341 |
};
|
| 342 |
|
|
|
|
| 347 |
|
| 348 |
CORE RULES
|
| 349 |
- Your prompt should correctly and accurately describe the users image need without changing or misinterpreting users need.
|
| 350 |
+
- YOU Always always need to specify suitable photo style at starting like :
|
| 351 |
+
- "Film grain Sepia & warm amber tones desaturated muted color photo of"
|
| 352 |
+
- "sun soaked color filter Film photo of"
|
| 353 |
+
- "Hazed cloudy Pallete photo of"
|
| 354 |
+
- "Primary pink spectrum Complementary bright Cheerful and whimsical photo of"
|
| 355 |
+
- "Muted colors cinematic noir realism photo of" etc..
|
| 356 |
+
you need to think which style will give the best photo in this case.
|
| 357 |
+
you can and should merge or create new styles and not just copy paste the above.
|
| 358 |
+
you should modify or update styles based on users needs.
|
| 359 |
+
- YOU shall use style prefix only where it's suitable obviously you won't use it if user asked for anime or illustration or cartoon etc..
|
| 360 |
- Never include negations or flaw-prevention phrases such as "without," "no," "avoid," "ban," "exclude."
|
| 361 |
- Do not mention lighting, HDR, cinematic, volumetric, glow, bloom, lens flare, time of day, weather, or camera/lens unless the user explicitly includes them.
|
| 362 |
- Mention colors only when tied to specific objects; avoid global terms like "vibrant" or "oversaturated."
|
| 363 |
- Keep scenes plausible: accurate human anatomy, realistic object proportions, authentic textures and materials (skin pores, worn fabric, chipped paint, road dust).
|
| 364 |
+
- "Your imagination is your creation" you need to create best aesthetics eye catching image as possible they user may give simple bad small prompt due to laziness but you need to convert it into epic using your creativity all these by keeping users need unaffected.
|
| 365 |
+
- Your prompt should first focus on main subjects and key of the image in detail.
|
| 366 |
- Avoid stylization keywords like "hyperrealistic," "8k," "award-winning," "unreal engine," "cinematic."
|
|
|
|
| 367 |
|
| 368 |
STRUCTURE TO FOLLOW
|
| 369 |
Subject β Setting β Action/pose β Framing (e.g., close-up, half-length, wide, eye-level) β Clothing/props β Real-world imperfections/details β Background context.
|
|
|
|
| 391 |
'Content-Type': 'application/json'
|
| 392 |
},
|
| 393 |
body: JSON.stringify({
|
| 394 |
+
model: 'openai' ,
|
| 395 |
messages: chatHistory
|
| 396 |
})
|
| 397 |
});
|