card: add the test_06 fixture sample, with a caveat about synthetic sources
Browse files
README.md
CHANGED
|
@@ -92,6 +92,27 @@ output was stable across the whole range — so with a descriptive prompt these
|
|
| 92 |
settings are forgiving. Below ~0.3 you get little more than a gloss pass; above
|
| 93 |
~0.85 the source becomes a loose suggestion.
|
| 94 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
## Recommended settings
|
| 96 |
|
| 97 |
Values this build is run with in practice. They are read out of a live config when this card is generated, so they cannot drift from what is actually used.
|
|
|
|
| 92 |
settings are forgiving. Below ~0.3 you get little more than a gloss pass; above
|
| 93 |
~0.85 the source becomes a loose suggestion.
|
| 94 |
|
| 95 |
+
|
| 96 |
+
### The repo's own test fixture
|
| 97 |
+
|
| 98 |
+
`tests/sdxl/test_06_source.png` with the test plan's `DEFAULT_PROMPT`, through both checkpoints.
|
| 99 |
+
|
| 100 |
+
<table>
|
| 101 |
+
<tr><td><img src="https://huggingface.co/ChrisColeTech/sdxl/resolve/main/samples/fixture-source.png" width="250" alt="test_06 fixture source"></td><td><img src="https://huggingface.co/ChrisColeTech/sdxl/resolve/main/samples/fixture-juggernaut.png" width="250" alt="Juggernaut on the fixture source"></td><td><img src="https://huggingface.co/ChrisColeTech/sdxl/resolve/main/samples/fixture-illustrious.png" width="250" alt="Illustrious on the fixture source"></td></tr>
|
| 102 |
+
<tr><td><sub>**source** — `tests/sdxl/test_06_source.png`, a synthetic gradient</sub></td><td><sub>**img2img prompt:** `a colorful vibrant landscape painting, mountains lake sunset clouds, thick oil paint brushstrokes, high detail, 4k ultra detailed` — **Juggernaut XL v9**, 1024×1024, **25 steps**, **guidance 7.5**, **strength 0.75**, seed 42</sub></td><td><sub>**img2img prompt:** `a colorful vibrant landscape painting, mountains lake sunset clouds, thick oil paint brushstrokes, high detail, 4k ultra detailed` — **Illustrious Anime v4**, 1024×1024, **25 steps**, **guidance 7.5**, **strength 0.75**, seed 42</sub></td></tr>
|
| 103 |
+
</table>
|
| 104 |
+
|
| 105 |
+
**A caveat about this fixture, not the model.** The source is a synthetic gradient
|
| 106 |
+
with a flat circle. The result gains real vertical brushwork and holds luminance
|
| 107 |
+
(1.00× and 1.03× of source), but the prompt's *content* — mountains, lake, sunset —
|
| 108 |
+
never appears, because at `strength 0.75` the source's geometry dominates and there
|
| 109 |
+
is no semantic content to reinterpret.
|
| 110 |
+
|
| 111 |
+
That also makes this fixture unable to detect the failure that matters: with no
|
| 112 |
+
subject in the source, subject loss is invisible. It is why `strength 0.90` passes
|
| 113 |
+
here and discards the subject on a photograph. **Validate img2img against a real
|
| 114 |
+
photograph as well.**
|
| 115 |
+
|
| 116 |
## Recommended settings
|
| 117 |
|
| 118 |
Values this build is run with in practice. They are read out of a live config when this card is generated, so they cannot drift from what is actually used.
|