mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
make pictures in variations appear centered
also added captions to most of them
This commit is contained in:
parent
06ad4387a2
commit
96b90be5c3
@ -45,9 +45,10 @@ Outputs:
|
|||||||
./outputs/Xena/000001.3357757885.png: "prompt" -s50 -W512 -H512 -C7.5 -Ak_lms -S3357757885
|
./outputs/Xena/000001.3357757885.png: "prompt" -s50 -W512 -H512 -C7.5 -Ak_lms -S3357757885
|
||||||
```
|
```
|
||||||
|
|
||||||
The one with seed 3357757885 looks nice:
|
<figure markdown>
|
||||||
|

|
||||||

|
<figcaption>Seed 3357757885 looks nice</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -79,15 +80,21 @@ used to generate it.
|
|||||||
This gives us a series of closely-related variations, including the two shown
|
This gives us a series of closely-related variations, including the two shown
|
||||||
here.
|
here.
|
||||||
|
|
||||||

|
<figure markdown>
|
||||||
|

|
||||||
|
<figcaption>subseed 3647897225</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||

|
<figure markdown>
|
||||||
|

|
||||||
|
<figcaption>subseed 1614299449</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
I like the expression on Xena's face in the first one (subseed 3647897225), and
|
I like the expression on Xena's face in the first one (subseed 3647897225), and
|
||||||
the armor on her shoulder in the second one (subseed 1614299449). Can we combine
|
the armor on her shoulder in the second one (subseed 1614299449). Can we combine
|
||||||
them to get the best of both worlds?
|
them to get the best of both worlds?
|
||||||
|
|
||||||
We combine the two variations using `-V` (--with_variations). Again, we must
|
We combine the two variations using `-V` (`--with_variations`). Again, we must
|
||||||
provide the seed for the originally-chosen image in order for this to work.
|
provide the seed for the originally-chosen image in order for this to work.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -99,7 +106,9 @@ Outputs:
|
|||||||
Here we are providing equal weights (0.1 and 0.1) for both the subseeds. The
|
Here we are providing equal weights (0.1 and 0.1) for both the subseeds. The
|
||||||
resulting image is close, but not exactly what I wanted:
|
resulting image is close, but not exactly what I wanted:
|
||||||
|
|
||||||

|
<figure markdown>
|
||||||
|

|
||||||
|
</figure>
|
||||||
|
|
||||||
We could either try combining the images with different weights, or we can
|
We could either try combining the images with different weights, or we can
|
||||||
generate more variations around the almost-but-not-quite image. We do the
|
generate more variations around the almost-but-not-quite image. We do the
|
||||||
@ -120,7 +129,10 @@ Outputs:
|
|||||||
This produces six images, all slight variations on the combination of the chosen
|
This produces six images, all slight variations on the combination of the chosen
|
||||||
two images. Here's the one I like best:
|
two images. Here's the one I like best:
|
||||||
|
|
||||||

|
<figure markdown>
|
||||||
|

|
||||||
|
<figcaption>000004.3747154981.png</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
As you can see, this is a very powerful tool, which when combined with subprompt
|
As you can see, this is a very powerful tool, which when combined with subprompt
|
||||||
weighting, gives you great control over the content and quality of your
|
weighting, gives you great control over the content and quality of your
|
||||||
|
Loading…
x
Reference in New Issue
Block a user