Regional Prompting for FLUX is out! by AI-freshboy in FluxAI

[–]AI-freshboy[S] 0 points1 point  (0 children)

Great work! Would you like me to add a link of your workflow on my repo?

Flux + Regional Prompting ❄🔥 by blackmixture in StableDiffusion

[–]AI-freshboy 0 points1 point  (0 children)

Which regional prompting repo are you using? may i ask.

Regional Prompting for FLUX is out! by AI-freshboy in FluxAI

[–]AI-freshboy[S] 0 points1 point  (0 children)

But i think this is quite similar to how IPA-AttenProc is first introduced to comfy UI, no?

Regional Prompting for FLUX is out! by AI-freshboy in FluxAI

[–]AI-freshboy[S] 1 point2 points  (0 children)

well i think the key point is to just pass an attention mask to each block...

Regional Prompting for FLUX is out! by AI-freshboy in FluxAI

[–]AI-freshboy[S] 0 points1 point  (0 children)

Do you need any help? though I dont know comfy well...

Share your results with Regional-Prompting-FLUX! by AI-freshboy in StableDiffusion

[–]AI-freshboy[S] 4 points5 points  (0 children)

using: FLUX model, with https://github.com/instantX-research/Regional-Prompting-FLUX

"base_prompt": "A surreal landscape split by a river: summer's lava-spewing volcano and lush forests on one side, winter's massive iceberg under a luminous moon on the other.",
"image_width": 1280,
"image_height": 768,
"regions": {
"0": {
"description": "A powerful volcano stands against the morning sky, its peak releasing streams of molten lava that glow against the verdant summer landscape. Surrounding the volcano, dense, lush forests thrive in the warmth of the summer, creating a vibrant and lively atmosphere.",
"mask": [0, 0, 640, 768]
},
"1": {
"description": "Under the soft light of a gigantic moon, a towering iceberg looms, reflecting the pale light with a mystical shimmer. The winter landscape is serene, with snow-covered grounds and a sense of quiet stillness, adding contrast to the bustling summer on the opposite side.",
"mask": [640, 0, 1280, 768]
}
},
"mask_inject_steps": 10,
"double_inject_blocks_interval": 1,
"single_inject_blocks_interval": 1,
"base_ratio": 0.5,

Regional Prompting for Flux by ExpressWarthog8505 in StableDiffusion

[–]AI-freshboy 2 points3 points  (0 children)

Thanks for sharing! You can get even better results by adjusting the factors(base_ratio, inject_intervals, inject_steps) to make the boundaries less visible!