From df981780183340d4778e9df0ba7efcf2c1437563 Mon Sep 17 00:00:00 2001 From: mauwii Date: Sun, 18 Sep 2022 16:39:18 +0200 Subject: [PATCH] fix paths in PROMPTS.md --- docs/features/PROMPTS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/features/PROMPTS.md b/docs/features/PROMPTS.md index 3bcece7a4c..a8b1e814fe 100644 --- a/docs/features/PROMPTS.md +++ b/docs/features/PROMPTS.md @@ -60,7 +60,7 @@ original prompt: "A fantastical translucent poney made of water and foam, ethereal, radiant, hyperalism, scottish folklore, digital painting, artstation, concept art, smooth, 8 k frostbite 3 engine, ultra detailed, art by artgerm and greg rutkowski and magali villeneuve" -s 20 -W 512 -H 768 -C 7.5 -A k_euler_a -S 1654590180 ``` -![step1](../assets/variation_walkthru/step1.png) +![step1](../assets/negative_prompt_walkthru/step1.png) That image has a woman, so if we want the horse without a rider, we can influence the image not to have a woman by putting [woman] in the prompt, like this: @@ -68,7 +68,7 @@ That image has a woman, so if we want the horse without a rider, we can influenc "A fantastical translucent poney made of water and foam, ethereal, radiant, hyperalism, scottish folklore, digital painting, artstation, concept art, smooth, 8 k frostbite 3 engine, ultra detailed, art by artgerm and greg rutkowski and magali villeneuve [woman]" -s 20 -W 512 -H 768 -C 7.5 -A k_euler_a -S 1654590180 ``` -![step2](../assets/variation_walkthru/step2.png) +![step2](../assets/negative_prompt_walkthru/step2.png) That's nice - but say we also don't want the image to be quite so blue. We can add "blue" to the list of negative prompts, so it's now [woman blue]: @@ -76,7 +76,7 @@ That's nice - but say we also don't want the image to be quite so blue. We can a "A fantastical translucent poney made of water and foam, ethereal, radiant, hyperalism, scottish folklore, digital painting, artstation, concept art, smooth, 8 k frostbite 3 engine, ultra detailed, art by artgerm and greg rutkowski and magali villeneuve [woman blue]" -s 20 -W 512 -H 768 -C 7.5 -A k_euler_a -S 1654590180 ``` -![step3](../assets/variation_walkthru/step3.png) +![step3](../assets/negative_prompt_walkthru/step3.png) Getting close - but there's no sense in having a saddle when our horse doesn't have a rider, so we'll add one more negative prompt: [woman blue saddle]. @@ -85,7 +85,7 @@ Getting close - but there's no sense in having a saddle when our horse doesn't h "A fantastical translucent poney made of water and foam, ethereal, radiant, hyperalism, scottish folklore, digital painting, artstation, concept art, smooth, 8 k frostbite 3 engine, ultra detailed, art by artgerm and greg rutkowski and magali villeneuve [woman blue saddle]" -s 20 -W 512 -H 768 -C 7.5 -A k_euler_a -S 1654590180 ``` -![step4](../assets/variation_walkthru/step4.png) +![step4](../assets/negative_prompt_walkthru/step4.png) Notes about this feature: @@ -93,4 +93,4 @@ Notes about this feature: * The only requirement for words to be ignored is that they are in between a pair of square brackets. * You can provide multiple words within the same bracket. * You can provide multiple brackets with multiple words in different places of your prompt. That works just fine. -* To improve typical anatomy problems, you can add negative prompts like [bad anatomy, extra legs, extra arms, extra fingers, poorly drawn hands, poorly drawn feet, disfigured, out of frame, tiling, bad art, deformed, mutated]. \ No newline at end of file +* To improve typical anatomy problems, you can add negative prompts like [bad anatomy, extra legs, extra arms, extra fingers, poorly drawn hands, poorly drawn feet, disfigured, out of frame, tiling, bad art, deformed, mutated].