Sign In

New Parser Update - Evolution of a Prompt

00024-34420833196.png
00025-34420833196.png
Images hidden due to mature content settings

In this prompt we move from 4 pictures: 1) original prompt 2) updated with structure 3) added more structure to define the accessories 4) added negative prompts to remove unwanted elements (bracelet)

Using prompt_parser from my github page, with updated parsing, the below describe how we use it to define an image.

  • From prompt 1:

red_dress, diamond_necklace, ponytail, blonde hair,green eyes, dark background, professional lighting,

Negative prompt: wearing earings, child, teen, gradient background, red necklace, ruby necklace, bokeh,

Steps: 20, Sampler: DPM++ 2M, Schedule type: Karras Exponential, CFG scale: 7, Seed: 34420833196, Size: 640x960, Model hash: 989b125599, Model: Qasar_anireal, Clip skip: 2, Hypertile U-Net: True, Version: v1.10.1, Hashes: {"model": "989b125599"}

  1. Notes: not in a structured prompt

  • to Prompt 2:

outfit::red_dress, diamond_necklace!, appearance::ponytail, blonde hair,green eyes!, dark background, professional lighting,

Negative prompt: wearing earings, child, teen, gradient background, red necklace, ruby necklace, bokeh,

Steps: 20, Sampler: DPM++ 2M, Schedule type: Karras Exponential, CFG scale: 7, Seed: 34420833196, Size: 640x960, Model hash: 989b125599, Model: Qasar_anireal, Clip skip: 2, Hypertile U-Net: True, Version: v1.10.1, Hashes: {"model": "989b125599"}

  1. Notes:

    • added "outfit" to define wearing the dress and the diamond_necklace

    • added "appearance" to define character features like "ponytail", "blonde hair" and "green eyes"

to Prompt 3:

outfit::red_dress!, accessories::diamond_necklace!, appearance::ponytail, blonde hair,green eyes!, dark background, professional lighting,

Negative prompt: wearing earings, child, teen, gradient background, red necklace, ruby necklace, bokeh,

Steps: 20, Sampler: DPM++ 2M, Schedule type: Karras Exponential, CFG scale: 7, Seed: 34420833196, Size: 640x960, Model hash: 989b125599, Model: Qasar_anireal, Clip skip: 2, Hypertile U-Net: True, Version: v1.10.1, Hashes: {"model": "989b125599"}

  1. Notes:

    • added "accessories" to define diamond_necklace

      • This keeps the necklace seperate from the "outfit" to hopefully prevent that wierd diamond in the middle of the bodice.

to Prompt 4:

outfit::red_dress!, accessories::diamond_necklace!, appearance::ponytail, blonde hair,green eyes!, dark background, professional lighting,

Negative prompt: wearing earings, child, teen, gradient background, red necklace, ruby necklace, bokeh, bracelet,

Steps: 20, Sampler: DPM++ 2M, Schedule type: Karras Exponential, CFG scale: 7, Seed: 34420833196, Size: 640x960, Model hash: 989b125599, Model: Qasar_anireal, Clip skip: 2, Hypertile U-Net: True, Version: v1.10.1, Hashes: {"model": "989b125599"}

  1. Notes

    Removed unwanted elements using negative prompt, "bracelet"