Instructions to use iamkaikai/MiniMax-H3-Single-Frame-VAE-500K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use iamkaikai/MiniMax-H3-Single-Frame-VAE-500K with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("iamkaikai/MiniMax-H3-Single-Frame-VAE-500K", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Add fixed hard generation suite and visual analysis
Browse files- .gitattributes +32 -0
- README.md +26 -0
- examples/hard-v1/edit-overview.png +3 -0
- examples/hard-v1/edit/audio-interface-color/contact-sheet.jpg +3 -0
- examples/hard-v1/edit/audio-interface-color/smoke-report.json +137 -0
- examples/hard-v1/edit/audio-interface-color/transition-grid.png +3 -0
- examples/hard-v1/edit/reading-chair-material/contact-sheet.jpg +3 -0
- examples/hard-v1/edit/reading-chair-material/smoke-report.json +137 -0
- examples/hard-v1/edit/reading-chair-material/transition-grid.png +3 -0
- examples/hard-v1/public-manifest.json +400 -0
- examples/hard-v1/t2i-overview.png +3 -0
- examples/hard-v1/t2i/dense-ui-dashboard/community.png +3 -0
- examples/hard-v1/t2i/dense-ui-dashboard/comparison.png +3 -0
- examples/hard-v1/t2i/dense-ui-dashboard/ours.png +3 -0
- examples/hard-v1/t2i/exploded-camera-diagram/community.png +3 -0
- examples/hard-v1/t2i/exploded-camera-diagram/comparison.png +3 -0
- examples/hard-v1/t2i/exploded-camera-diagram/ours.png +3 -0
- examples/hard-v1/t2i/library-interior/community.png +3 -0
- examples/hard-v1/t2i/library-interior/comparison.png +3 -0
- examples/hard-v1/t2i/library-interior/ours.png +3 -0
- examples/hard-v1/t2i/rainy-neon-street/community.png +3 -0
- examples/hard-v1/t2i/rainy-neon-street/comparison.png +3 -0
- examples/hard-v1/t2i/rainy-neon-street/ours.png +3 -0
- examples/hard-v1/t2i/scene-text-package/community.png +3 -0
- examples/hard-v1/t2i/scene-text-package/comparison.png +3 -0
- examples/hard-v1/t2i/scene-text-package/ours.png +3 -0
- examples/hard-v1/t2i/skeleton-watch/community.png +3 -0
- examples/hard-v1/t2i/skeleton-watch/comparison.png +3 -0
- examples/hard-v1/t2i/skeleton-watch/ours.png +3 -0
- examples/hard-v1/t2i/wet-kingfisher/community.png +3 -0
- examples/hard-v1/t2i/wet-kingfisher/comparison.png +3 -0
- examples/hard-v1/t2i/wet-kingfisher/ours.png +3 -0
- examples/hard-v1/t2i/woven-textile-macro/community.png +3 -0
- examples/hard-v1/t2i/woven-textile-macro/comparison.png +3 -0
- examples/hard-v1/t2i/woven-textile-macro/ours.png +3 -0
- examples/hard-v1/visual-review.md +55 -0
- hard-example-prompts-v1.json +76 -0
- source-fixtures-hard-v1/README.md +26 -0
- source-fixtures-hard-v1/audio-interface.png +3 -0
- source-fixtures-hard-v1/reading-room.png +3 -0
.gitattributes
CHANGED
|
@@ -48,3 +48,35 @@ examples/t2i/natural-ours.png filter=lfs diff=lfs merge=lfs -text
|
|
| 48 |
examples/t2i/product-community.png filter=lfs diff=lfs merge=lfs -text
|
| 49 |
examples/t2i/product-comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
examples/t2i/product-ours.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
examples/t2i/product-community.png filter=lfs diff=lfs merge=lfs -text
|
| 49 |
examples/t2i/product-comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
examples/t2i/product-ours.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
examples/hard-v1/edit/audio-interface-color/contact-sheet.jpg filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
examples/hard-v1/edit/audio-interface-color/transition-grid.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
examples/hard-v1/edit/reading-chair-material/contact-sheet.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
examples/hard-v1/edit/reading-chair-material/transition-grid.png filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
examples/hard-v1/edit-overview.png filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
examples/hard-v1/t2i/dense-ui-dashboard/community.png filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
examples/hard-v1/t2i/dense-ui-dashboard/comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
examples/hard-v1/t2i/dense-ui-dashboard/ours.png filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
examples/hard-v1/t2i/exploded-camera-diagram/community.png filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
examples/hard-v1/t2i/exploded-camera-diagram/comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
examples/hard-v1/t2i/exploded-camera-diagram/ours.png filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
examples/hard-v1/t2i/library-interior/community.png filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
examples/hard-v1/t2i/library-interior/comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
examples/hard-v1/t2i/library-interior/ours.png filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
examples/hard-v1/t2i/rainy-neon-street/community.png filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
examples/hard-v1/t2i/rainy-neon-street/comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
examples/hard-v1/t2i/rainy-neon-street/ours.png filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
examples/hard-v1/t2i/scene-text-package/community.png filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
examples/hard-v1/t2i/scene-text-package/comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
examples/hard-v1/t2i/scene-text-package/ours.png filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
examples/hard-v1/t2i/skeleton-watch/community.png filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
examples/hard-v1/t2i/skeleton-watch/comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
examples/hard-v1/t2i/skeleton-watch/ours.png filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
examples/hard-v1/t2i/wet-kingfisher/community.png filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
examples/hard-v1/t2i/wet-kingfisher/comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
examples/hard-v1/t2i/wet-kingfisher/ours.png filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
examples/hard-v1/t2i/woven-textile-macro/community.png filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
examples/hard-v1/t2i/woven-textile-macro/comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
examples/hard-v1/t2i/woven-textile-macro/ours.png filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
examples/hard-v1/t2i-overview.png filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
source-fixtures-hard-v1/audio-interface.png filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
source-fixtures-hard-v1/reading-room.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -97,6 +97,32 @@ and composition, lighting, material, or geometry can drift during the
|
|
| 97 |
transition. A useful result may depend on searching multiple slices. That is a
|
| 98 |
fundamental limitation compared with a native image-edit model.
|
| 99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
## Fixed reconstruction benchmark
|
| 101 |
|
| 102 |
The benchmark contains 288 held-out cases spanning photographs, text,
|
|
|
|
| 97 |
transition. A useful result may depend on searching multiple slices. That is a
|
| 98 |
fundamental limitation compared with a native image-edit model.
|
| 99 |
|
| 100 |
+
### Fixed hard suite: 8 T2I + 2 edits
|
| 101 |
+
|
| 102 |
+
This additional suite was preregistered before generation. It uses eight fixed
|
| 103 |
+
T2I prompts and seeds plus two fixed source-conditioned edits. There was no
|
| 104 |
+
seed search, prompt rewrite after review, or best-frame selection, and the
|
| 105 |
+
failures are intentionally retained.
|
| 106 |
+
|
| 107 |
+

|
| 108 |
+
|
| 109 |
+
The 500K decoder is consistently much sharper and more coherent than the
|
| 110 |
+
community decoder across natural detail, technical diagrams, product detail,
|
| 111 |
+
architecture, repeated texture, and dense UI. Exact text remains a clear
|
| 112 |
+
failure mode: package copy, diagram labels, signs, and UI headings are often
|
| 113 |
+
incorrect even when the surrounding structure is strong.
|
| 114 |
+
|
| 115 |
+

|
| 116 |
+
|
| 117 |
+
Both edits apply the requested color or material change. They also expose the
|
| 118 |
+
main FL2VA limitation: stronger edit slices increasingly alter typography,
|
| 119 |
+
lighting, controls, background objects, and other content that should have
|
| 120 |
+
been preserved.
|
| 121 |
+
|
| 122 |
+
See the [case-by-case visual review](examples/hard-v1/visual-review.md), the
|
| 123 |
+
[fixed prompt and seed registration](hard-example-prompts-v1.json), and the
|
| 124 |
+
[path-sanitized checksum manifest](examples/hard-v1/public-manifest.json).
|
| 125 |
+
|
| 126 |
## Fixed reconstruction benchmark
|
| 127 |
|
| 128 |
The benchmark contains 288 held-out cases spanning photographs, text,
|
examples/hard-v1/edit-overview.png
ADDED
|
Git LFS Details
|
examples/hard-v1/edit/audio-interface-color/contact-sheet.jpg
ADDED
|
Git LFS Details
|
examples/hard-v1/edit/audio-interface-color/smoke-report.json
ADDED
|
@@ -0,0 +1,137 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"completed_unix": 1787198224.3000648,
|
| 3 |
+
"conclusion": "pending_visual_review",
|
| 4 |
+
"config": {
|
| 5 |
+
"comparison": "source_then_ordered_temporal_slices",
|
| 6 |
+
"decoder": {
|
| 7 |
+
"decoder_id": "published-step-00062500-6c5ff2caa8fade67",
|
| 8 |
+
"decoder_kind": "published",
|
| 9 |
+
"source_config_fingerprint": "225279cbb4cd1e2db94b5b2ae15e123a921fefada0782e5c68d35302e4b4d0a9",
|
| 10 |
+
"source_decoder_tensor_count": 585,
|
| 11 |
+
"source_identity_sha256": "6c5ff2caa8fade6769f4dd53ee244f77a06652c8cb66b2fedc93f75046d9f001",
|
| 12 |
+
"source_resume_sha256": "40e94c1bef5a8467b5d41ec7c039212c6246b67b37f61b9ae802f4f48dfb23b4",
|
| 13 |
+
"source_run_name": "minimax_h3_t1_hardwarm_scale500k_curriculum256_384_512_768_1024_20260818_v2",
|
| 14 |
+
"source_samples_seen": 500000,
|
| 15 |
+
"source_step": 62500,
|
| 16 |
+
"weights_kind": "decoder_only_safetensors"
|
| 17 |
+
},
|
| 18 |
+
"hosted_image_logging": false,
|
| 19 |
+
"inference_name": "minimax_h3_release_hard_v1_edit_audio-interface-color",
|
| 20 |
+
"latent_config_fingerprint": "1332a593b726dd9a2ba955d65d880cfc989bd19fd58eb3bb5dc2ab654d89a5e6",
|
| 21 |
+
"latent_indices": [
|
| 22 |
+
0,
|
| 23 |
+
9,
|
| 24 |
+
18,
|
| 25 |
+
27,
|
| 26 |
+
36
|
| 27 |
+
],
|
| 28 |
+
"latent_sha256": "f3d6bb4a1af9a0b86bd232834025a4fb8133362de018da5da855e14a8d3701ba",
|
| 29 |
+
"schema_version": 2,
|
| 30 |
+
"selection_claim": "diagnostic_only_not_best_frame_selection"
|
| 31 |
+
},
|
| 32 |
+
"config_fingerprint": "4769b802a1616d4143eaeccea4c0040261eb7a02abaec85b1f528ff1c4961c79",
|
| 33 |
+
"contact_sheet": {
|
| 34 |
+
"filename": "contact-sheet.jpg",
|
| 35 |
+
"height": 306,
|
| 36 |
+
"sha256": "e00258ca8e19f32019e96358315d4241e4a4c888f1de7d9c63f6947debff8d17",
|
| 37 |
+
"width": 2880
|
| 38 |
+
},
|
| 39 |
+
"rows": [
|
| 40 |
+
{
|
| 41 |
+
"clip_fraction": 0.0027024613227695227,
|
| 42 |
+
"elapsed_seconds": 1.503443842000003,
|
| 43 |
+
"image": {
|
| 44 |
+
"bytes": 438676,
|
| 45 |
+
"filename": "latent-0000.png",
|
| 46 |
+
"height": 544,
|
| 47 |
+
"mode": "RGB",
|
| 48 |
+
"sha256": "30811ce01afa7fd900ceaea3d01764299b31918ff7083162275aa271fb93be68",
|
| 49 |
+
"width": 960
|
| 50 |
+
},
|
| 51 |
+
"latent_index": 0,
|
| 52 |
+
"source_mae": 0.01330658420920372,
|
| 53 |
+
"source_psnr": 28.693299302667114,
|
| 54 |
+
"unclamped_maximum": 1.082937479019165,
|
| 55 |
+
"unclamped_minimum": -0.105837881565094
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"clip_fraction": 0.09712201356887817,
|
| 59 |
+
"elapsed_seconds": 0.2297019429999949,
|
| 60 |
+
"image": {
|
| 61 |
+
"bytes": 454834,
|
| 62 |
+
"filename": "latent-0009.png",
|
| 63 |
+
"height": 544,
|
| 64 |
+
"mode": "RGB",
|
| 65 |
+
"sha256": "5f1a1c92cbe5f2425becbbd6b4c9408f21575e30123a6be19bb8f30776f01412",
|
| 66 |
+
"width": 960
|
| 67 |
+
},
|
| 68 |
+
"latent_index": 9,
|
| 69 |
+
"source_mae": 0.172123521566391,
|
| 70 |
+
"source_psnr": 13.940534926087018,
|
| 71 |
+
"unclamped_maximum": 1.1424375772476196,
|
| 72 |
+
"unclamped_minimum": -0.14832812547683716
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"clip_fraction": 0.08207210153341293,
|
| 76 |
+
"elapsed_seconds": 0.2492334559999989,
|
| 77 |
+
"image": {
|
| 78 |
+
"bytes": 478239,
|
| 79 |
+
"filename": "latent-0018.png",
|
| 80 |
+
"height": 544,
|
| 81 |
+
"mode": "RGB",
|
| 82 |
+
"sha256": "3770a48d630987a1e6ef031e1f14c93553c291255312c681433456fe866dd218",
|
| 83 |
+
"width": 960
|
| 84 |
+
},
|
| 85 |
+
"latent_index": 18,
|
| 86 |
+
"source_mae": 0.20812328159809113,
|
| 87 |
+
"source_psnr": 11.44990247106402,
|
| 88 |
+
"unclamped_maximum": 1.1087499856948853,
|
| 89 |
+
"unclamped_minimum": -0.12441989779472351
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"clip_fraction": 0.0850362554192543,
|
| 93 |
+
"elapsed_seconds": 0.23954891700000047,
|
| 94 |
+
"image": {
|
| 95 |
+
"bytes": 489010,
|
| 96 |
+
"filename": "latent-0027.png",
|
| 97 |
+
"height": 544,
|
| 98 |
+
"mode": "RGB",
|
| 99 |
+
"sha256": "cbd5c626fca1b3cb40bec03bfd5bfcf1eec86e6e749407f13c49b5899e8c2eca",
|
| 100 |
+
"width": 960
|
| 101 |
+
},
|
| 102 |
+
"latent_index": 27,
|
| 103 |
+
"source_mae": 0.234516903758049,
|
| 104 |
+
"source_psnr": 10.281407725243305,
|
| 105 |
+
"unclamped_maximum": 1.1293398141860962,
|
| 106 |
+
"unclamped_minimum": -0.10420510172843933
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"clip_fraction": 0.06332146376371384,
|
| 110 |
+
"elapsed_seconds": 0.24810163000000074,
|
| 111 |
+
"image": {
|
| 112 |
+
"bytes": 515665,
|
| 113 |
+
"filename": "latent-0036.png",
|
| 114 |
+
"height": 544,
|
| 115 |
+
"mode": "RGB",
|
| 116 |
+
"sha256": "cb726c112c223635843f7b4759f3a6bc9c8839cc0ca87f2a82b3c107f4491776",
|
| 117 |
+
"width": 960
|
| 118 |
+
},
|
| 119 |
+
"latent_index": 36,
|
| 120 |
+
"source_mae": 0.239557683467865,
|
| 121 |
+
"source_psnr": 10.082632193133861,
|
| 122 |
+
"unclamped_maximum": 1.1715527772903442,
|
| 123 |
+
"unclamped_minimum": -0.15825781226158142
|
| 124 |
+
}
|
| 125 |
+
],
|
| 126 |
+
"runtime": {
|
| 127 |
+
"function_body_elapsed_seconds": 26.949949796000002,
|
| 128 |
+
"gpu_count": 1,
|
| 129 |
+
"gpu_peak_allocated_bytes": 9922627584,
|
| 130 |
+
"gpu_peak_reserved_bytes": 9950986240,
|
| 131 |
+
"gpu_total_memory_bytes": 150110011392,
|
| 132 |
+
"gpu_type": "H200",
|
| 133 |
+
"process_peak_rss_bytes": 15207927808
|
| 134 |
+
},
|
| 135 |
+
"schema_version": 2,
|
| 136 |
+
"status": "complete"
|
| 137 |
+
}
|
examples/hard-v1/edit/audio-interface-color/transition-grid.png
ADDED
|
Git LFS Details
|
examples/hard-v1/edit/reading-chair-material/contact-sheet.jpg
ADDED
|
Git LFS Details
|
examples/hard-v1/edit/reading-chair-material/smoke-report.json
ADDED
|
@@ -0,0 +1,137 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"completed_unix": 1787198224.4727833,
|
| 3 |
+
"conclusion": "pending_visual_review",
|
| 4 |
+
"config": {
|
| 5 |
+
"comparison": "source_then_ordered_temporal_slices",
|
| 6 |
+
"decoder": {
|
| 7 |
+
"decoder_id": "published-step-00062500-6c5ff2caa8fade67",
|
| 8 |
+
"decoder_kind": "published",
|
| 9 |
+
"source_config_fingerprint": "225279cbb4cd1e2db94b5b2ae15e123a921fefada0782e5c68d35302e4b4d0a9",
|
| 10 |
+
"source_decoder_tensor_count": 585,
|
| 11 |
+
"source_identity_sha256": "6c5ff2caa8fade6769f4dd53ee244f77a06652c8cb66b2fedc93f75046d9f001",
|
| 12 |
+
"source_resume_sha256": "40e94c1bef5a8467b5d41ec7c039212c6246b67b37f61b9ae802f4f48dfb23b4",
|
| 13 |
+
"source_run_name": "minimax_h3_t1_hardwarm_scale500k_curriculum256_384_512_768_1024_20260818_v2",
|
| 14 |
+
"source_samples_seen": 500000,
|
| 15 |
+
"source_step": 62500,
|
| 16 |
+
"weights_kind": "decoder_only_safetensors"
|
| 17 |
+
},
|
| 18 |
+
"hosted_image_logging": false,
|
| 19 |
+
"inference_name": "minimax_h3_release_hard_v1_edit_reading-chair-material",
|
| 20 |
+
"latent_config_fingerprint": "d626d69c17aefedae21e4be20caa73d5444ed114f8867a1cb6d6843f3046cdad",
|
| 21 |
+
"latent_indices": [
|
| 22 |
+
0,
|
| 23 |
+
9,
|
| 24 |
+
18,
|
| 25 |
+
27,
|
| 26 |
+
36
|
| 27 |
+
],
|
| 28 |
+
"latent_sha256": "60e833c53acc9c6c4bfb0bc02d76b632ae736fdcc899562d198a45f3e62cd4ea",
|
| 29 |
+
"schema_version": 2,
|
| 30 |
+
"selection_claim": "diagnostic_only_not_best_frame_selection"
|
| 31 |
+
},
|
| 32 |
+
"config_fingerprint": "23a72e251b9ef5e290fc42c536535dfaa3f3ec73d4f4c574c76fb12b67edc777",
|
| 33 |
+
"contact_sheet": {
|
| 34 |
+
"filename": "contact-sheet.jpg",
|
| 35 |
+
"height": 306,
|
| 36 |
+
"sha256": "b806b1357f672d4c8cd0fd69e9a80f7131eb686025ee0025b2803b3172404a57",
|
| 37 |
+
"width": 2880
|
| 38 |
+
},
|
| 39 |
+
"rows": [
|
| 40 |
+
{
|
| 41 |
+
"clip_fraction": 0.011979167349636555,
|
| 42 |
+
"elapsed_seconds": 1.640508336,
|
| 43 |
+
"image": {
|
| 44 |
+
"bytes": 606063,
|
| 45 |
+
"filename": "latent-0000.png",
|
| 46 |
+
"height": 544,
|
| 47 |
+
"mode": "RGB",
|
| 48 |
+
"sha256": "58e3598dd00ccdcf46dbb2b289a7906022e672f8227fa625ebd1e8c2ca3979c1",
|
| 49 |
+
"width": 960
|
| 50 |
+
},
|
| 51 |
+
"latent_index": 0,
|
| 52 |
+
"source_mae": 0.026626599952578545,
|
| 53 |
+
"source_psnr": 26.557573561183325,
|
| 54 |
+
"unclamped_maximum": 1.0905976295471191,
|
| 55 |
+
"unclamped_minimum": -0.13356834650039673
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"clip_fraction": 0.010850694961845875,
|
| 59 |
+
"elapsed_seconds": 0.3001589170000045,
|
| 60 |
+
"image": {
|
| 61 |
+
"bytes": 839084,
|
| 62 |
+
"filename": "latent-0009.png",
|
| 63 |
+
"height": 544,
|
| 64 |
+
"mode": "RGB",
|
| 65 |
+
"sha256": "13cdf638c80a200dc61b9159bb84cd3f179521a3852af6265f719f727be2c682",
|
| 66 |
+
"width": 960
|
| 67 |
+
},
|
| 68 |
+
"latent_index": 9,
|
| 69 |
+
"source_mae": 0.15718692541122437,
|
| 70 |
+
"source_psnr": 13.96486529387079,
|
| 71 |
+
"unclamped_maximum": 1.069574236869812,
|
| 72 |
+
"unclamped_minimum": -0.14946874976158142
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"clip_fraction": 0.00662977434694767,
|
| 76 |
+
"elapsed_seconds": 0.3012888800000013,
|
| 77 |
+
"image": {
|
| 78 |
+
"bytes": 821429,
|
| 79 |
+
"filename": "latent-0018.png",
|
| 80 |
+
"height": 544,
|
| 81 |
+
"mode": "RGB",
|
| 82 |
+
"sha256": "a2ade1cd26c47e8d258b5d160fe503bd1507e022d86ef249434e440d362d488e",
|
| 83 |
+
"width": 960
|
| 84 |
+
},
|
| 85 |
+
"latent_index": 18,
|
| 86 |
+
"source_mae": 0.15596969425678253,
|
| 87 |
+
"source_psnr": 13.951380626080685,
|
| 88 |
+
"unclamped_maximum": 1.0543692111968994,
|
| 89 |
+
"unclamped_minimum": -0.11167576909065247
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"clip_fraction": 0.007935687899589539,
|
| 93 |
+
"elapsed_seconds": 0.3091636890000018,
|
| 94 |
+
"image": {
|
| 95 |
+
"bytes": 795034,
|
| 96 |
+
"filename": "latent-0027.png",
|
| 97 |
+
"height": 544,
|
| 98 |
+
"mode": "RGB",
|
| 99 |
+
"sha256": "d231f8ab701e71b691b5bf8cd3146667ea6283f113ba55d47d4e9fbc70e8c17b",
|
| 100 |
+
"width": 960
|
| 101 |
+
},
|
| 102 |
+
"latent_index": 27,
|
| 103 |
+
"source_mae": 0.15370646119117737,
|
| 104 |
+
"source_psnr": 14.21605408844046,
|
| 105 |
+
"unclamped_maximum": 1.0735292434692383,
|
| 106 |
+
"unclamped_minimum": -0.16704687476158142
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"clip_fraction": 0.008613537065684795,
|
| 110 |
+
"elapsed_seconds": 0.29245957299999503,
|
| 111 |
+
"image": {
|
| 112 |
+
"bytes": 778236,
|
| 113 |
+
"filename": "latent-0036.png",
|
| 114 |
+
"height": 544,
|
| 115 |
+
"mode": "RGB",
|
| 116 |
+
"sha256": "11be45c66111a517c2929a902e2978eaaf3cadfd84e39593cb77f54799b6183e",
|
| 117 |
+
"width": 960
|
| 118 |
+
},
|
| 119 |
+
"latent_index": 36,
|
| 120 |
+
"source_mae": 0.1412827968597412,
|
| 121 |
+
"source_psnr": 14.677192398508993,
|
| 122 |
+
"unclamped_maximum": 1.1044628620147705,
|
| 123 |
+
"unclamped_minimum": -0.14551368355751038
|
| 124 |
+
}
|
| 125 |
+
],
|
| 126 |
+
"runtime": {
|
| 127 |
+
"function_body_elapsed_seconds": 25.251890952999997,
|
| 128 |
+
"gpu_count": 1,
|
| 129 |
+
"gpu_peak_allocated_bytes": 9922627584,
|
| 130 |
+
"gpu_peak_reserved_bytes": 9950986240,
|
| 131 |
+
"gpu_total_memory_bytes": 150110011392,
|
| 132 |
+
"gpu_type": "H200",
|
| 133 |
+
"process_peak_rss_bytes": 15210901504
|
| 134 |
+
},
|
| 135 |
+
"schema_version": 2,
|
| 136 |
+
"status": "complete"
|
| 137 |
+
}
|
examples/hard-v1/edit/reading-chair-material/transition-grid.png
ADDED
|
Git LFS Details
|
examples/hard-v1/public-manifest.json
ADDED
|
@@ -0,0 +1,400 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"decoder": {
|
| 3 |
+
"release_sha256": "6c5ff2caa8fade6769f4dd53ee244f77a06652c8cb66b2fedc93f75046d9f001",
|
| 4 |
+
"source_step": 62500,
|
| 5 |
+
"training_exposures": 500000
|
| 6 |
+
},
|
| 7 |
+
"image_edits": [
|
| 8 |
+
{
|
| 9 |
+
"decoded_latent_indices": [
|
| 10 |
+
0,
|
| 11 |
+
9,
|
| 12 |
+
18,
|
| 13 |
+
27,
|
| 14 |
+
36
|
| 15 |
+
],
|
| 16 |
+
"files": [
|
| 17 |
+
{
|
| 18 |
+
"bytes": 186838,
|
| 19 |
+
"height": 306,
|
| 20 |
+
"mode": "RGB",
|
| 21 |
+
"path": "examples/hard-v1/edit/audio-interface-color/contact-sheet.jpg",
|
| 22 |
+
"sha256": "e00258ca8e19f32019e96358315d4241e4a4c888f1de7d9c63f6947debff8d17",
|
| 23 |
+
"width": 2880
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"bytes": 790273,
|
| 27 |
+
"height": 632,
|
| 28 |
+
"mode": "RGB",
|
| 29 |
+
"path": "examples/hard-v1/edit/audio-interface-color/transition-grid.png",
|
| 30 |
+
"sha256": "fe5d6321cecbdab4503ad2e950d8f4c7ad0182bc7dc8783cf55dd4eaf31d6829",
|
| 31 |
+
"width": 1440
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"bytes": 4678,
|
| 35 |
+
"path": "examples/hard-v1/edit/audio-interface-color/smoke-report.json",
|
| 36 |
+
"sha256": "45b4eca060382415e932b84818037683160d70755e3b90e8f6c4d3ab37f825db"
|
| 37 |
+
}
|
| 38 |
+
],
|
| 39 |
+
"id": "audio-interface-color",
|
| 40 |
+
"instruction": "Change only the cobalt-blue metal enclosure to warm matte orange anodized aluminum. Preserve the black front panel, exact text including AERON 07, every knob and port, LED colors and states, ventilation holes, camera angle, crop, lighting, shadows, and background.",
|
| 41 |
+
"seed": 2026081931,
|
| 42 |
+
"source": "source-fixtures-hard-v1/audio-interface.png",
|
| 43 |
+
"source_file": {
|
| 44 |
+
"bytes": 2012461,
|
| 45 |
+
"height": 962,
|
| 46 |
+
"mode": "RGB",
|
| 47 |
+
"path": "source-fixtures-hard-v1/audio-interface.png",
|
| 48 |
+
"sha256": "108a9d4b1975d29a80d85f7c6097495677732aeae65ceb16a0e66342d5bccc3f",
|
| 49 |
+
"width": 1635
|
| 50 |
+
},
|
| 51 |
+
"steps": 25
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"decoded_latent_indices": [
|
| 55 |
+
0,
|
| 56 |
+
9,
|
| 57 |
+
18,
|
| 58 |
+
27,
|
| 59 |
+
36
|
| 60 |
+
],
|
| 61 |
+
"files": [
|
| 62 |
+
{
|
| 63 |
+
"bytes": 309079,
|
| 64 |
+
"height": 306,
|
| 65 |
+
"mode": "RGB",
|
| 66 |
+
"path": "examples/hard-v1/edit/reading-chair-material/contact-sheet.jpg",
|
| 67 |
+
"sha256": "b806b1357f672d4c8cd0fd69e9a80f7131eb686025ee0025b2803b3172404a57",
|
| 68 |
+
"width": 2880
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"bytes": 1351075,
|
| 72 |
+
"height": 632,
|
| 73 |
+
"mode": "RGB",
|
| 74 |
+
"path": "examples/hard-v1/edit/reading-chair-material/transition-grid.png",
|
| 75 |
+
"sha256": "1d3d99cfb0f82e4c8c3ff624b1c04720031638f501ec961cb0aaffde2c84187d",
|
| 76 |
+
"width": 1440
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"bytes": 4682,
|
| 80 |
+
"path": "examples/hard-v1/edit/reading-chair-material/smoke-report.json",
|
| 81 |
+
"sha256": "8ecc9bab5c7667e68ac4e10d3b26311e15039928387aba3ec335bbc1b8387181"
|
| 82 |
+
}
|
| 83 |
+
],
|
| 84 |
+
"id": "reading-chair-material",
|
| 85 |
+
"instruction": "Change only the mustard-yellow chair upholstery to deep emerald-green herringbone velvet. Preserve the chair shape, room geometry, poster text, lamp, plant, books, window, rain, rug grid, table, glass, lighting, camera angle, and crop.",
|
| 86 |
+
"seed": 2026081932,
|
| 87 |
+
"source": "source-fixtures-hard-v1/reading-room.png",
|
| 88 |
+
"source_file": {
|
| 89 |
+
"bytes": 2874468,
|
| 90 |
+
"height": 1024,
|
| 91 |
+
"mode": "RGB",
|
| 92 |
+
"path": "source-fixtures-hard-v1/reading-room.png",
|
| 93 |
+
"sha256": "eee847c1cc5e311d3c62405820b65a0d17ae599dc440eadc8d47eba236b4ab18",
|
| 94 |
+
"width": 1536
|
| 95 |
+
},
|
| 96 |
+
"steps": 25
|
| 97 |
+
}
|
| 98 |
+
],
|
| 99 |
+
"overview_files": [
|
| 100 |
+
{
|
| 101 |
+
"bytes": 2685110,
|
| 102 |
+
"height": 1376,
|
| 103 |
+
"mode": "RGB",
|
| 104 |
+
"path": "examples/hard-v1/t2i-overview.png",
|
| 105 |
+
"sha256": "1b009908622901ec74d53f4a0b0b1ef063426f576b4113e387be1307834b63de",
|
| 106 |
+
"width": 1920
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"bytes": 1102872,
|
| 110 |
+
"height": 467,
|
| 111 |
+
"mode": "RGB",
|
| 112 |
+
"path": "examples/hard-v1/edit-overview.png",
|
| 113 |
+
"sha256": "5240d95375863c5b2cb038dbb7a15695c8ababc755c4e33892d892656f0b004c",
|
| 114 |
+
"width": 1920
|
| 115 |
+
}
|
| 116 |
+
],
|
| 117 |
+
"review": {
|
| 118 |
+
"failures_retained": true,
|
| 119 |
+
"human_preference_study": false,
|
| 120 |
+
"kind": "AI visual review"
|
| 121 |
+
},
|
| 122 |
+
"schema_version": 1,
|
| 123 |
+
"selection_policy": {
|
| 124 |
+
"edit_latent_indices": [
|
| 125 |
+
0,
|
| 126 |
+
9,
|
| 127 |
+
18,
|
| 128 |
+
27,
|
| 129 |
+
36
|
| 130 |
+
],
|
| 131 |
+
"prompts_fixed_before_generation": true,
|
| 132 |
+
"seed_search": false,
|
| 133 |
+
"show_failures": true,
|
| 134 |
+
"t2i_latent_index": 0
|
| 135 |
+
},
|
| 136 |
+
"spec": {
|
| 137 |
+
"bytes": 5004,
|
| 138 |
+
"path": "hard-example-prompts-v1.json",
|
| 139 |
+
"sha256": "a2d8d258778189f2abadf088eb1e4091e845a4d45c7ddf540b126c688c5fe129"
|
| 140 |
+
},
|
| 141 |
+
"status": "complete",
|
| 142 |
+
"text_to_image": [
|
| 143 |
+
{
|
| 144 |
+
"files": [
|
| 145 |
+
{
|
| 146 |
+
"bytes": 333778,
|
| 147 |
+
"height": 544,
|
| 148 |
+
"mode": "RGB",
|
| 149 |
+
"path": "examples/hard-v1/t2i/scene-text-package/community.png",
|
| 150 |
+
"sha256": "e77a4273090a97ea982c2f2d8b2427e23448a8cde39fe4d5657ee196003c1baf",
|
| 151 |
+
"width": 960
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"bytes": 276606,
|
| 155 |
+
"height": 544,
|
| 156 |
+
"mode": "RGB",
|
| 157 |
+
"path": "examples/hard-v1/t2i/scene-text-package/ours.png",
|
| 158 |
+
"sha256": "c58a104b31306b2b72f4fa5680ff4faf632c698496a36c0973ce9676c45fbe4a",
|
| 159 |
+
"width": 960
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"bytes": 567625,
|
| 163 |
+
"height": 596,
|
| 164 |
+
"mode": "RGB",
|
| 165 |
+
"path": "examples/hard-v1/t2i/scene-text-package/comparison.png",
|
| 166 |
+
"sha256": "0f10228a989852e956448eee8cf97afbec68a75f7584df89f4f5d62e0968bd44",
|
| 167 |
+
"width": 1920
|
| 168 |
+
}
|
| 169 |
+
],
|
| 170 |
+
"id": "scene-text-package",
|
| 171 |
+
"prompt": "Premium studio product photograph of a small matte cream coffee package standing upright on a dark stone pedestal, centered, full package visible, crisp folded edges and subtle paper fibers. The package must display the exact large title 'NORTH / 27', the exact subtitle 'HIGH ALTITUDE COFFEE', and three small lines 'ORIGIN: KENYA', 'ROAST: LIGHT', '250 g'. Soft directional light, realistic shadows, no people, no extra text, no logos, no watermark.",
|
| 172 |
+
"seed": 2026081921,
|
| 173 |
+
"steps": 30
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"files": [
|
| 177 |
+
{
|
| 178 |
+
"bytes": 558627,
|
| 179 |
+
"height": 544,
|
| 180 |
+
"mode": "RGB",
|
| 181 |
+
"path": "examples/hard-v1/t2i/wet-kingfisher/community.png",
|
| 182 |
+
"sha256": "5fd6971194b03dca3baa305a5d31ad59fb95a7a79ea27a514d2c2d893dabc5d5",
|
| 183 |
+
"width": 960
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"bytes": 511112,
|
| 187 |
+
"height": 544,
|
| 188 |
+
"mode": "RGB",
|
| 189 |
+
"path": "examples/hard-v1/t2i/wet-kingfisher/ours.png",
|
| 190 |
+
"sha256": "0f2a9d35ae58903b278caefb6bf4a34fdf6bf418933d4e3edb925b85f85c146e",
|
| 191 |
+
"width": 960
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"bytes": 1035170,
|
| 195 |
+
"height": 596,
|
| 196 |
+
"mode": "RGB",
|
| 197 |
+
"path": "examples/hard-v1/t2i/wet-kingfisher/comparison.png",
|
| 198 |
+
"sha256": "744a8c509fbd3368eb6addf95ae4bbe879de9520189a799abeed0506aee23095",
|
| 199 |
+
"width": 1920
|
| 200 |
+
}
|
| 201 |
+
],
|
| 202 |
+
"id": "wet-kingfisher",
|
| 203 |
+
"prompt": "Ultra-detailed natural wildlife photograph of a wet kingfisher perched on a mossy branch immediately after rain, full bird visible, individual blue and orange feather barbs, tiny water droplets, delicate claws, realistic eye reflection, soft forest bokeh, natural overcast light, accurate anatomy, no text, no watermark.",
|
| 204 |
+
"seed": 2026081922,
|
| 205 |
+
"steps": 30
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"files": [
|
| 209 |
+
{
|
| 210 |
+
"bytes": 377786,
|
| 211 |
+
"height": 544,
|
| 212 |
+
"mode": "RGB",
|
| 213 |
+
"path": "examples/hard-v1/t2i/exploded-camera-diagram/community.png",
|
| 214 |
+
"sha256": "2ec9c8d352cd4aca5c861eb77aef439fe42de4e7865af235b97047d6cb506bfc",
|
| 215 |
+
"width": 960
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"bytes": 244023,
|
| 219 |
+
"height": 544,
|
| 220 |
+
"mode": "RGB",
|
| 221 |
+
"path": "examples/hard-v1/t2i/exploded-camera-diagram/ours.png",
|
| 222 |
+
"sha256": "8a01fb08c3ac963881ba2640a212eeca42d97df4af5fc3bdaf98e1c0d4f64061",
|
| 223 |
+
"width": 960
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"bytes": 606487,
|
| 227 |
+
"height": 596,
|
| 228 |
+
"mode": "RGB",
|
| 229 |
+
"path": "examples/hard-v1/t2i/exploded-camera-diagram/comparison.png",
|
| 230 |
+
"sha256": "f1c488412b3cee4a0f285ddcb7e0b1b98bb858546daf28ef2c033eb44aa5cd5e",
|
| 231 |
+
"width": 1920
|
| 232 |
+
}
|
| 233 |
+
],
|
| 234 |
+
"id": "exploded-camera-diagram",
|
| 235 |
+
"prompt": "Clean industrial-design exploded technical diagram of a compact mirrorless camera on white paper, precise black line work with pale gray shading, twelve aligned mechanical components, thin leader lines, dimension arrows, consistent perspective, and exact labels 'LENS', 'SENSOR', 'SHUTTER', 'BODY', 'BATTERY'. Entire diagram visible with generous margins, no hands, no watermark.",
|
| 236 |
+
"seed": 2026081923,
|
| 237 |
+
"steps": 30
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"files": [
|
| 241 |
+
{
|
| 242 |
+
"bytes": 659246,
|
| 243 |
+
"height": 544,
|
| 244 |
+
"mode": "RGB",
|
| 245 |
+
"path": "examples/hard-v1/t2i/rainy-neon-street/community.png",
|
| 246 |
+
"sha256": "ae88cc120c2ce5fe11c647ff40fe9d21d5e658e513228896600c1e1e0e2fa459",
|
| 247 |
+
"width": 960
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"bytes": 640689,
|
| 251 |
+
"height": 544,
|
| 252 |
+
"mode": "RGB",
|
| 253 |
+
"path": "examples/hard-v1/t2i/rainy-neon-street/ours.png",
|
| 254 |
+
"sha256": "41f7743c395c66bfa2f7c9582cc65b33b105999c5f42ddb36fe70f58b5c777a4",
|
| 255 |
+
"width": 960
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"bytes": 1277624,
|
| 259 |
+
"height": 596,
|
| 260 |
+
"mode": "RGB",
|
| 261 |
+
"path": "examples/hard-v1/t2i/rainy-neon-street/comparison.png",
|
| 262 |
+
"sha256": "59ba60cd14395bb808150d11f9c841e1f4c9af97e38033aed458451e84b6a18c",
|
| 263 |
+
"width": 1920
|
| 264 |
+
}
|
| 265 |
+
],
|
| 266 |
+
"id": "rainy-neon-street",
|
| 267 |
+
"prompt": "Photorealistic rainy night street in a dense modern city, wide-angle eye-level view, wet pavement with crisp neon reflections, bicycles, umbrellas, layered shop windows, fine electrical cables, realistic people at a distance. One dominant red sign must read exactly 'NIGHT MARKET' and a smaller blue sign must read exactly 'OPEN 24 HOURS'. No other legible text, no watermark.",
|
| 268 |
+
"seed": 2026081924,
|
| 269 |
+
"steps": 30
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"files": [
|
| 273 |
+
{
|
| 274 |
+
"bytes": 753957,
|
| 275 |
+
"height": 544,
|
| 276 |
+
"mode": "RGB",
|
| 277 |
+
"path": "examples/hard-v1/t2i/woven-textile-macro/community.png",
|
| 278 |
+
"sha256": "be6dbd2f85ca54e6a2455a035686fdac06b5528179da198061b7304e1e9d8f87",
|
| 279 |
+
"width": 960
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"bytes": 745570,
|
| 283 |
+
"height": 544,
|
| 284 |
+
"mode": "RGB",
|
| 285 |
+
"path": "examples/hard-v1/t2i/woven-textile-macro/ours.png",
|
| 286 |
+
"sha256": "6c75c3aefa8b870a6d4dd220f8b871f8a92646f8d036abd145e1b661b97f1083",
|
| 287 |
+
"width": 960
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"bytes": 1482673,
|
| 291 |
+
"height": 596,
|
| 292 |
+
"mode": "RGB",
|
| 293 |
+
"path": "examples/hard-v1/t2i/woven-textile-macro/comparison.png",
|
| 294 |
+
"sha256": "6a58a07cf7ef40cb194c34095dff967119999c1586dab79f2cc9d7e2e670f173",
|
| 295 |
+
"width": 1920
|
| 296 |
+
}
|
| 297 |
+
],
|
| 298 |
+
"id": "woven-textile-macro",
|
| 299 |
+
"prompt": "High-resolution macro product photograph of a folded navy and ivory technical textile with a tiny repeating herringbone weave, visible individual fibers, precise alternating thread pattern, one stitched orange seam, a brushed aluminum ruler for scale, sharp focus across the fabric plane, neutral studio light, no moire, no text, no watermark.",
|
| 300 |
+
"seed": 2026081925,
|
| 301 |
+
"steps": 30
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"files": [
|
| 305 |
+
{
|
| 306 |
+
"bytes": 504724,
|
| 307 |
+
"height": 544,
|
| 308 |
+
"mode": "RGB",
|
| 309 |
+
"path": "examples/hard-v1/t2i/skeleton-watch/community.png",
|
| 310 |
+
"sha256": "695a9a64aef83717ca9437539985cd7d15b1248b1483faa219779f6ca54ccfc1",
|
| 311 |
+
"width": 960
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"bytes": 431881,
|
| 315 |
+
"height": 544,
|
| 316 |
+
"mode": "RGB",
|
| 317 |
+
"path": "examples/hard-v1/t2i/skeleton-watch/ours.png",
|
| 318 |
+
"sha256": "69350994395dd491001c1b4bca4385dd4dced9e8f074d8b0d49fb17435746074",
|
| 319 |
+
"width": 960
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"bytes": 900412,
|
| 323 |
+
"height": 596,
|
| 324 |
+
"mode": "RGB",
|
| 325 |
+
"path": "examples/hard-v1/t2i/skeleton-watch/comparison.png",
|
| 326 |
+
"sha256": "e04adb577ca209ff7966737c5ed7beffab54639171ece495c6c2967145019033",
|
| 327 |
+
"width": 1920
|
| 328 |
+
}
|
| 329 |
+
],
|
| 330 |
+
"id": "skeleton-watch",
|
| 331 |
+
"prompt": "Extreme-detail studio photograph of a mechanical skeleton wristwatch, straight-on view, entire round watch visible, transparent dial showing coherent gears, jewels and springs, sixty evenly spaced minute tick marks, two slender hands set to 10:10, polished steel case, black leather strap, controlled reflections, dark gray background, no brand, no text, no watermark.",
|
| 332 |
+
"seed": 2026081926,
|
| 333 |
+
"steps": 30
|
| 334 |
+
},
|
| 335 |
+
{
|
| 336 |
+
"files": [
|
| 337 |
+
{
|
| 338 |
+
"bytes": 760621,
|
| 339 |
+
"height": 544,
|
| 340 |
+
"mode": "RGB",
|
| 341 |
+
"path": "examples/hard-v1/t2i/library-interior/community.png",
|
| 342 |
+
"sha256": "bf5fbb6c67a716b307602cd6b0d670a7f570a205ba09896a285134ca1f67bc30",
|
| 343 |
+
"width": 960
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"bytes": 766652,
|
| 347 |
+
"height": 544,
|
| 348 |
+
"mode": "RGB",
|
| 349 |
+
"path": "examples/hard-v1/t2i/library-interior/ours.png",
|
| 350 |
+
"sha256": "0f6b9676e195f9bd6d8ba1c75846c0c97213ea48a9839dbec7c4c161cea3ced9",
|
| 351 |
+
"width": 960
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"bytes": 1517633,
|
| 355 |
+
"height": 596,
|
| 356 |
+
"mode": "RGB",
|
| 357 |
+
"path": "examples/hard-v1/t2i/library-interior/comparison.png",
|
| 358 |
+
"sha256": "bb9ec988433f44c759c742183f7fc9d5977a15b71e4923e6ef737c833b0e4507",
|
| 359 |
+
"width": 1920
|
| 360 |
+
}
|
| 361 |
+
],
|
| 362 |
+
"id": "library-interior",
|
| 363 |
+
"prompt": "Photorealistic contemporary library interior with strict two-point architectural perspective, full-height walnut shelves containing hundreds of distinct books, perforated brass stair rail, slatted ceiling, patterned terrazzo floor, reading tables and precise chair legs, warm indirect lighting, deep focus, straight verticals, no people, no text, no watermark.",
|
| 364 |
+
"seed": 2026081927,
|
| 365 |
+
"steps": 30
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"files": [
|
| 369 |
+
{
|
| 370 |
+
"bytes": 405479,
|
| 371 |
+
"height": 544,
|
| 372 |
+
"mode": "RGB",
|
| 373 |
+
"path": "examples/hard-v1/t2i/dense-ui-dashboard/community.png",
|
| 374 |
+
"sha256": "c9fb0827c0ab24a4848ecfed62274a2776e99d9d25ba162949f3e349abaac803",
|
| 375 |
+
"width": 960
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"bytes": 396060,
|
| 379 |
+
"height": 544,
|
| 380 |
+
"mode": "RGB",
|
| 381 |
+
"path": "examples/hard-v1/t2i/dense-ui-dashboard/ours.png",
|
| 382 |
+
"sha256": "5aa1adb8fce79d9e2f0a4739899887d24f2bda59522692f371c16610da77175f",
|
| 383 |
+
"width": 960
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"bytes": 763265,
|
| 387 |
+
"height": 596,
|
| 388 |
+
"mode": "RGB",
|
| 389 |
+
"path": "examples/hard-v1/t2i/dense-ui-dashboard/comparison.png",
|
| 390 |
+
"sha256": "6b5e63dbe247918676e46554a326c9696a3cdc6f4212cc0c2f643e76c4cf458a",
|
| 391 |
+
"width": 1920
|
| 392 |
+
}
|
| 393 |
+
],
|
| 394 |
+
"id": "dense-ui-dashboard",
|
| 395 |
+
"prompt": "High-fidelity dark desktop analytics dashboard shown perfectly front-on, 16:9 interface, crisp twelve-column grid, four line charts, one candlestick chart, a map, compact tables and aligned controls. Exact visible headings: 'SYSTEM HEALTH', 'LATENCY', 'THROUGHPUT', 'ERROR RATE'. Small values must remain sharp and logically aligned. No device frame, no perspective, no logo, no watermark.",
|
| 396 |
+
"seed": 2026081928,
|
| 397 |
+
"steps": 30
|
| 398 |
+
}
|
| 399 |
+
]
|
| 400 |
+
}
|
examples/hard-v1/t2i-overview.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/dense-ui-dashboard/community.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/dense-ui-dashboard/comparison.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/dense-ui-dashboard/ours.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/exploded-camera-diagram/community.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/exploded-camera-diagram/comparison.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/exploded-camera-diagram/ours.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/library-interior/community.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/library-interior/comparison.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/library-interior/ours.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/rainy-neon-street/community.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/rainy-neon-street/comparison.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/rainy-neon-street/ours.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/scene-text-package/community.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/scene-text-package/comparison.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/scene-text-package/ours.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/skeleton-watch/community.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/skeleton-watch/comparison.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/skeleton-watch/ours.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/wet-kingfisher/community.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/wet-kingfisher/comparison.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/wet-kingfisher/ours.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/woven-textile-macro/community.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/woven-textile-macro/comparison.png
ADDED
|
Git LFS Details
|
examples/hard-v1/t2i/woven-textile-macro/ours.png
ADDED
|
Git LFS Details
|
examples/hard-v1/visual-review.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Fixed hard-example suite
|
| 2 |
+
|
| 3 |
+
This suite contains eight text-to-image cases and two source-conditioned edit
|
| 4 |
+
cases. Prompts, seeds, inference steps, the T2I latent index, and the five edit
|
| 5 |
+
latent indices were fixed before generation. There was no seed search, prompt
|
| 6 |
+
rewrite after viewing outputs, or best-frame selection. Failures are retained.
|
| 7 |
+
|
| 8 |
+
The T2I comparisons decode the exact same frozen H3 latent slice with
|
| 9 |
+
`Mamad8/MiniMax-H3-Image-VAE` and this 500K checkpoint. They isolate the
|
| 10 |
+
decoder difference, not the quality of H3 denoising or prompt following.
|
| 11 |
+
|
| 12 |
+

|
| 13 |
+
|
| 14 |
+
## T2I observations
|
| 15 |
+
|
| 16 |
+
| Case | What works | What remains difficult |
|
| 17 |
+
|---|---|---|
|
| 18 |
+
| [Exact package text](t2i/scene-text-package/comparison.png) | Coherent package, folds, pedestal, and large title structure | Small required copy is incorrect; exact typography is not reliable |
|
| 19 |
+
| [Wet feathers and anatomy](t2i/wet-kingfisher/comparison.png) | Strong silhouette, eye, beak, feather separation, droplets, and background depth | This is one generated case without ground truth; it does not overturn the broader photograph benchmark |
|
| 20 |
+
| [Exploded technical diagram](t2i/exploded-camera-diagram/comparison.png) | Strong component separation, line work, camera geometry, and leader-line structure | Most requested labels are malformed or substituted |
|
| 21 |
+
| [Rain, reflections, and signs](t2i/rainy-neon-street/comparison.png) | Coherent street perspective, bicycles, storefronts, rain, and reflections | Exact English sign text is absent or incorrect |
|
| 22 |
+
| [Repeating textile weave](t2i/woven-textile-macro/comparison.png) | Fibers, folds, orange seam, and repeated weave remain sharp | The precise herringbone phase and ruler markings are not exact |
|
| 23 |
+
| [Mechanical watch detail](t2i/skeleton-watch/comparison.png) | Strong circular geometry, case, hands, ticks, and mechanical detail | The movement is visually plausible rather than mechanically exact |
|
| 24 |
+
| [Dense architectural interior](t2i/library-interior/comparison.png) | Strong shelves, ceiling rhythm, stairs, tables, chairs, and depth | Some small books and architectural junctions are simplified |
|
| 25 |
+
| [Dense UI and small text](t2i/dense-ui-dashboard/comparison.png) | Crisp panel grid, chart structure, color coding, and control density | Headings and small values are mostly malformed |
|
| 26 |
+
|
| 27 |
+
Across all eight cases, the 500K decoder removes the community decoder's
|
| 28 |
+
dominant grid, echo, and temporal-smear artifacts. The remaining failures are
|
| 29 |
+
mostly inherited semantic-generation limits or known decoder weaknesses in
|
| 30 |
+
exact text and phase-sensitive detail.
|
| 31 |
+
|
| 32 |
+
## Image-edit observations
|
| 33 |
+
|
| 34 |
+
The edit workflow is H3 first-frame-conditioned video used as a static-edit
|
| 35 |
+
experiment. The source and fixed latent slices `0`, `9`, `18`, `27`, and `36`
|
| 36 |
+
are shown in order. These are not best-frame selections.
|
| 37 |
+
|
| 38 |
+

|
| 39 |
+
|
| 40 |
+
| Case | What works | What remains difficult |
|
| 41 |
+
|---|---|---|
|
| 42 |
+
| [Audio-interface enclosure](edit/audio-interface-color/transition-grid.png) | The requested blue-to-orange enclosure change is clear by latent 18 and later slices retain the main product form | Fine labels change, controls drift, exposure rises, and exact preservation weakens as the edit strengthens |
|
| 43 |
+
| [Reading-chair material](edit/reading-chair-material/transition-grid.png) | The chair becomes green with a visible material pattern while the broad room layout remains recognizable | Poster text, books, window detail, furniture, lighting, and local geometry drift across the transition |
|
| 44 |
+
|
| 45 |
+
These edits demonstrate why this checkpoint is presented as a single-frame
|
| 46 |
+
decoder rather than a native image-edit model. The decoder can render an H3
|
| 47 |
+
edit slice sharply, but it cannot correct semantic drift already present in
|
| 48 |
+
the generated latent sequence.
|
| 49 |
+
|
| 50 |
+
## Review boundary
|
| 51 |
+
|
| 52 |
+
This is an AI visual review of ten fixed cases, not a human preference study.
|
| 53 |
+
The complete prompt and seed registration is in
|
| 54 |
+
[`hard-example-prompts-v1.json`](../../hard-example-prompts-v1.json), and
|
| 55 |
+
checksums are in [`public-manifest.json`](public-manifest.json).
|
hard-example-prompts-v1.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"selection_policy": {
|
| 4 |
+
"prompts_fixed_before_generation": true,
|
| 5 |
+
"seed_search": false,
|
| 6 |
+
"t2i_latent_index": 0,
|
| 7 |
+
"edit_latent_indices": [0, 9, 18, 27, 36],
|
| 8 |
+
"show_failures": true
|
| 9 |
+
},
|
| 10 |
+
"text_to_image": [
|
| 11 |
+
{
|
| 12 |
+
"id": "scene-text-package",
|
| 13 |
+
"seed": 2026081921,
|
| 14 |
+
"steps": 30,
|
| 15 |
+
"prompt": "Premium studio product photograph of a small matte cream coffee package standing upright on a dark stone pedestal, centered, full package visible, crisp folded edges and subtle paper fibers. The package must display the exact large title 'NORTH / 27', the exact subtitle 'HIGH ALTITUDE COFFEE', and three small lines 'ORIGIN: KENYA', 'ROAST: LIGHT', '250 g'. Soft directional light, realistic shadows, no people, no extra text, no logos, no watermark."
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"id": "wet-kingfisher",
|
| 19 |
+
"seed": 2026081922,
|
| 20 |
+
"steps": 30,
|
| 21 |
+
"prompt": "Ultra-detailed natural wildlife photograph of a wet kingfisher perched on a mossy branch immediately after rain, full bird visible, individual blue and orange feather barbs, tiny water droplets, delicate claws, realistic eye reflection, soft forest bokeh, natural overcast light, accurate anatomy, no text, no watermark."
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"id": "exploded-camera-diagram",
|
| 25 |
+
"seed": 2026081923,
|
| 26 |
+
"steps": 30,
|
| 27 |
+
"prompt": "Clean industrial-design exploded technical diagram of a compact mirrorless camera on white paper, precise black line work with pale gray shading, twelve aligned mechanical components, thin leader lines, dimension arrows, consistent perspective, and exact labels 'LENS', 'SENSOR', 'SHUTTER', 'BODY', 'BATTERY'. Entire diagram visible with generous margins, no hands, no watermark."
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"id": "rainy-neon-street",
|
| 31 |
+
"seed": 2026081924,
|
| 32 |
+
"steps": 30,
|
| 33 |
+
"prompt": "Photorealistic rainy night street in a dense modern city, wide-angle eye-level view, wet pavement with crisp neon reflections, bicycles, umbrellas, layered shop windows, fine electrical cables, realistic people at a distance. One dominant red sign must read exactly 'NIGHT MARKET' and a smaller blue sign must read exactly 'OPEN 24 HOURS'. No other legible text, no watermark."
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "woven-textile-macro",
|
| 37 |
+
"seed": 2026081925,
|
| 38 |
+
"steps": 30,
|
| 39 |
+
"prompt": "High-resolution macro product photograph of a folded navy and ivory technical textile with a tiny repeating herringbone weave, visible individual fibers, precise alternating thread pattern, one stitched orange seam, a brushed aluminum ruler for scale, sharp focus across the fabric plane, neutral studio light, no moire, no text, no watermark."
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"id": "skeleton-watch",
|
| 43 |
+
"seed": 2026081926,
|
| 44 |
+
"steps": 30,
|
| 45 |
+
"prompt": "Extreme-detail studio photograph of a mechanical skeleton wristwatch, straight-on view, entire round watch visible, transparent dial showing coherent gears, jewels and springs, sixty evenly spaced minute tick marks, two slender hands set to 10:10, polished steel case, black leather strap, controlled reflections, dark gray background, no brand, no text, no watermark."
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"id": "library-interior",
|
| 49 |
+
"seed": 2026081927,
|
| 50 |
+
"steps": 30,
|
| 51 |
+
"prompt": "Photorealistic contemporary library interior with strict two-point architectural perspective, full-height walnut shelves containing hundreds of distinct books, perforated brass stair rail, slatted ceiling, patterned terrazzo floor, reading tables and precise chair legs, warm indirect lighting, deep focus, straight verticals, no people, no text, no watermark."
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"id": "dense-ui-dashboard",
|
| 55 |
+
"seed": 2026081928,
|
| 56 |
+
"steps": 30,
|
| 57 |
+
"prompt": "High-fidelity dark desktop analytics dashboard shown perfectly front-on, 16:9 interface, crisp twelve-column grid, four line charts, one candlestick chart, a map, compact tables and aligned controls. Exact visible headings: 'SYSTEM HEALTH', 'LATENCY', 'THROUGHPUT', 'ERROR RATE'. Small values must remain sharp and logically aligned. No device frame, no perspective, no logo, no watermark."
|
| 58 |
+
}
|
| 59 |
+
],
|
| 60 |
+
"image_edits": [
|
| 61 |
+
{
|
| 62 |
+
"id": "audio-interface-color",
|
| 63 |
+
"source": "source-fixtures-hard-v1/audio-interface.png",
|
| 64 |
+
"seed": 2026081931,
|
| 65 |
+
"steps": 25,
|
| 66 |
+
"instruction": "Change only the cobalt-blue metal enclosure to warm matte orange anodized aluminum. Preserve the black front panel, exact text including AERON 07, every knob and port, LED colors and states, ventilation holes, camera angle, crop, lighting, shadows, and background."
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"id": "reading-chair-material",
|
| 70 |
+
"source": "source-fixtures-hard-v1/reading-room.png",
|
| 71 |
+
"seed": 2026081932,
|
| 72 |
+
"steps": 25,
|
| 73 |
+
"instruction": "Change only the mustard-yellow chair upholstery to deep emerald-green herringbone velvet. Preserve the chair shape, room geometry, poster text, lamp, plant, books, window, rain, rug grid, table, glass, lighting, camera angle, and crop."
|
| 74 |
+
}
|
| 75 |
+
]
|
| 76 |
+
}
|
source-fixtures-hard-v1/README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Hard edit-source provenance
|
| 2 |
+
|
| 3 |
+
These two source images were generated specifically for this fixed public
|
| 4 |
+
example suite using the built-in OpenAI image-generation workflow. They are
|
| 5 |
+
not training images and were not selected from multiple generated variants.
|
| 6 |
+
|
| 7 |
+
## `audio-interface.png`
|
| 8 |
+
|
| 9 |
+
SHA-256:
|
| 10 |
+
`108a9d4b1975d29a80d85f7c6097495677732aeae65ceb16a0e66342d5bccc3f`
|
| 11 |
+
|
| 12 |
+
Prompt summary: a photorealistic cobalt-blue desktop audio interface with an
|
| 13 |
+
exact `AERON 07` label, dense controls, LEDs, perforations, fine tick marks,
|
| 14 |
+
and legible functional labels on a neutral studio background.
|
| 15 |
+
|
| 16 |
+
## `reading-room.png`
|
| 17 |
+
|
| 18 |
+
SHA-256:
|
| 19 |
+
`eee847c1cc5e311d3c62405820b65a0d17ae599dc440eadc8d47eba236b4ab18`
|
| 20 |
+
|
| 21 |
+
Prompt summary: a photorealistic reading room with a mustard boucle chair,
|
| 22 |
+
rainy window, lamp, plant, books, fine rug grid, multiple preservation-sensitive
|
| 23 |
+
objects, and a poster reading `READ / REST / REPEAT`.
|
| 24 |
+
|
| 25 |
+
The subsequent H3 edit instructions and fixed seeds are recorded in
|
| 26 |
+
[`hard-example-prompts-v1.json`](../hard-example-prompts-v1.json).
|
source-fixtures-hard-v1/audio-interface.png
ADDED
|
Git LFS Details
|
source-fixtures-hard-v1/reading-room.png
ADDED
|
Git LFS Details
|