Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -278,7 +278,7 @@
|
|
| 278 |
|
| 279 |
const styleTemplates = {
|
| 280 |
cinema: " cinematic lighting, letterbox aspect, rich color grading",
|
| 281 |
-
realistic: "
|
| 282 |
photography: "85mm lens, shallow depth of field, natural film grain",
|
| 283 |
fantasy: " epic fantasy, vibrant colors, surreal composition"
|
| 284 |
};
|
|
@@ -304,7 +304,7 @@
|
|
| 304 |
very important note : a key difference in prompting style can be observed. While other models responds well to descriptive keywords (e.g. "hyperrealistic"), adjectives, and examples, Flux(this model) prioritizes technical accuracy. To achieve optimal results with Flux, focus on specific camera types, settings, and environmental descriptions instead of relying on general terms.
|
| 305 |
DON'T EVER GET OVERSATURATED COLORS OR STYLES EVERYTHING SHOULD BE NATURAL AND NORMAL NOT WEIRD SKINS OR FAKE LOOKING.
|
| 306 |
|
| 307 |
-
DON'T EVER ADD THOSE realistic, detailed, hyper-realistic etc... It will result in worst over coloured high Saturation unrealistic image results YOU NEED TO GET LIGHT NORMAL CALM LIGHT COLORS IMAGE NOT OVERSATURATED BAD COLORS ETC...
|
| 308 |
`
|
| 309 |
|
| 310 |
async function enhancePrompt(userPrompt) {
|
|
|
|
| 278 |
|
| 279 |
const styleTemplates = {
|
| 280 |
cinema: " cinematic lighting, letterbox aspect, rich color grading",
|
| 281 |
+
realistic: " realistic stock photo",
|
| 282 |
photography: "85mm lens, shallow depth of field, natural film grain",
|
| 283 |
fantasy: " epic fantasy, vibrant colors, surreal composition"
|
| 284 |
};
|
|
|
|
| 304 |
very important note : a key difference in prompting style can be observed. While other models responds well to descriptive keywords (e.g. "hyperrealistic"), adjectives, and examples, Flux(this model) prioritizes technical accuracy. To achieve optimal results with Flux, focus on specific camera types, settings, and environmental descriptions instead of relying on general terms.
|
| 305 |
DON'T EVER GET OVERSATURATED COLORS OR STYLES EVERYTHING SHOULD BE NATURAL AND NORMAL NOT WEIRD SKINS OR FAKE LOOKING.
|
| 306 |
|
| 307 |
+
DON'T EVER ADD THOSE realistic, detailed, hyper-realistic etc... It will result in worst over coloured high Saturation unrealistic image results YOU NEED TO GET LIGHT NORMAL CALM LIGHT COLORS IMAGE NOT OVERSATURATED VERY GRAINY SHARPED BAD COLORS ETC... So YOU WILL NEED TO ACTUALLY DEFINE details As told in examples
|
| 308 |
`
|
| 309 |
|
| 310 |
async function enhancePrompt(userPrompt) {
|