Всем привет, подскажите правильный порядок расположения промта в : prompt = [input.artStyle.prompt]…, такие как : [input.pose] [input.body] и т.д. Есть какие нибудь правила расположения?
Всем привет, подскажите правильный порядок расположения промта в : prompt = [input.artStyle.prompt]…, такие как : [input.pose] [input.body] и т.д. Есть какие нибудь правила расположения?
1 Comments
GlassMan@lemmy.world · 1 pts · 364d
Here is how i have it laid out on my personal image gen, you can rearrange the order as you wish you just need to insure that each function is set up correctly. if you would like to leave a link to your gen me or maybe anyone else can have a look if there is a issue. the placement will change the outcome of the images, so if for example you put [input:pose] before your put [input.artstyle.prompt] this will make it list pose and then prompt after in your final prompt. it reads left to right. i would recommend you to put things in a order than makes the most logical sense.
the example from my own page it goes like so = art style 1 & prompt, description 2, artstyle 2, artstyle 3, color grading insert, color tone insert prompt =[input.artStyle.prompt] [input.description2] [input.artStyle2.prompt] [input.artStyle3.prompt] [colorize();colors] [colorizee();color]