|
|
|
|
|
|
|
|
| CHARACTER_ANCHOR = (
|
| "A female alchemist, medieval dark fantasy anime style, highly detailed 2D animation. "
|
| "She has dark hair with silver highlights, sharp features, and wears dark hooded robes "
|
| "with intricate arcane embroidery and a leather potion belt holding vials of swirling liquids."
|
| )
|
|
|
|
|
|
|
| DEFAULT_SETTING = (
|
| "In a dimly lit gothic laboratory, surrounded by stone walls and iron cauldrons. "
|
| "Wisps of purple smoke rise from a beaker on her desk."
|
| )
|
|
|
|
|
|
|
| GLOBAL_STYLE_MODIFIERS = (
|
| "Dramatic chiaroscuro lighting, vibrant magical neon accents, comic line art."
|
| )
|
|
|
|
|
|
|
| GLOBAL_NEGATIVE_PROMPT = (
|
| "3D render, photorealistic, realistic lighting, stock photo, blurry, bad anatomy, "
|
| "extra fingers, deformed limbs, text captions, speech balloons, watermark, signature, "
|
| "low quality, draft texture."
|
| )
|
|
|
|
|
| |