Diffusers
Safetensors
OrbitQuantComponentArtifact
orbitquant
quantized
diffusion-transformer
8-bit precision
Instructions to use WaveCut/Z-Image-Turbo-OrbitQuant-W4A4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use WaveCut/Z-Image-Turbo-OrbitQuant-W4A4 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("WaveCut/Z-Image-Turbo-OrbitQuant-W4A4", 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
Expand native comparison to ten complex prompts
Browse files- README.md +38 -5
- SHA256SUMS +5 -5
- assets/image_generation_comparison_matrix.webp +2 -2
- benchmark/summary.json +166 -12
- orbitquant_manifest.json +3 -3
- prompts.json +31 -21
README.md
CHANGED
|
@@ -77,13 +77,46 @@ The compact benchmark summary records native BF16-vs-OrbitQuant evidence for the
|
|
| 77 |
| Evidence | Value |
|
| 78 |
| --- | --- |
|
| 79 |
| Comparison matrix | `assets/image_generation_comparison_matrix.webp` |
|
| 80 |
-
| Paired prompt/seed count | `
|
| 81 |
-
| BF16 source generated samples | `
|
| 82 |
| BF16 source generated frames | `0` |
|
| 83 |
-
| BF16 source nonempty outputs | `
|
| 84 |
-
| OrbitQuant generated samples | `
|
| 85 |
| OrbitQuant generated frames | `0` |
|
| 86 |
-
| OrbitQuant nonempty outputs | `
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
|
| 88 |
## Quantization
|
| 89 |
|
|
|
|
| 77 |
| Evidence | Value |
|
| 78 |
| --- | --- |
|
| 79 |
| Comparison matrix | `assets/image_generation_comparison_matrix.webp` |
|
| 80 |
+
| Paired prompt/seed count | `10` |
|
| 81 |
+
| BF16 source generated samples | `10` |
|
| 82 |
| BF16 source generated frames | `0` |
|
| 83 |
+
| BF16 source nonempty outputs | `10` |
|
| 84 |
+
| OrbitQuant generated samples | `10` |
|
| 85 |
| OrbitQuant generated frames | `0` |
|
| 86 |
+
| OrbitQuant nonempty outputs | `10` |
|
| 87 |
+
|
| 88 |
+
## Comparison Prompt Set
|
| 89 |
+
|
| 90 |
+
The matrix uses all ten prompts from `image_visual_v2` at `1024x1024`. BF16 and OrbitQuant use the same seed for each row.
|
| 91 |
+
|
| 92 |
+
| # | Stress case | Exact required text |
|
| 93 |
+
| ---: | --- | --- |
|
| 94 |
+
| 1 | 01 Fine-detail astrolabe | - |
|
| 95 |
+
| 2 | 02 Layered character composition | - |
|
| 96 |
+
| 3 | 03 Exact counting and choreography | - |
|
| 97 |
+
| 4 | 04 Dense color and object binding | - |
|
| 98 |
+
| 5 | 05 Nested spatial relationships | - |
|
| 99 |
+
| 6 | 06 Cinematic night-market panorama | - |
|
| 100 |
+
| 7 | 07 Editorial Latin typography | ORBIT QUANT; DATA WITHOUT CALIBRATION |
|
| 101 |
+
| 8 | 08 Russian Constructivist typography | КВАНТОВАЯ ОРБИТА; МОСКВА 2049; КВАНТОВАНИЕ |
|
| 102 |
+
| 9 | 09 Japanese typography and mixed style | 量子の軌道; 東京の未来 |
|
| 103 |
+
| 10 | 10 Chinese typography, reflection, occlusion | 量子轨道; 未来之城 |
|
| 104 |
+
|
| 105 |
+
<details>
|
| 106 |
+
<summary>Exact comparison prompts</summary>
|
| 107 |
+
|
| 108 |
+
1. **01 Fine-detail astrolabe**: A museum-grade macro photograph of a single ornate brass astronomical clock, covered with interlocking gears, engraved constellations, enamel moon phases, hair-thin hands, tiny screws, worn gilt edges, and dust caught in the mechanisms; dramatic Rembrandt lighting, black velvet background, extreme material detail, large-format photography, every cog mechanically coherent
|
| 109 |
+
2. **02 Layered character composition**: A lacquered white android and an elderly watchmaker facing each other across a crowded Art Nouveau workshop, jointly repairing a mechanical hummingbird; the android is on the left, the watchmaker on the right, the bird centered between them, hundreds of tools and clock parts in the midground, rain and a tram visible through the window, coherent mirror reflections, cinematic tungsten and cyan light, intricate faces and hands, editorial realism
|
| 110 |
+
3. **03 Exact counting and choreography**: Exactly seven masked dancers performing on seven separate illuminated platforms inside a vast flooded opera house, no extra dancers; alternating crimson and ivory costumes from left to right, each dancer in a distinct pose, balconies reflected in the water, floating candles, volumetric stage haze, baroque theatrical photography, sharp foreground and readable background architecture
|
| 111 |
+
4. **04 Dense color and object binding**: An elaborate surreal fashion tableau with three models: the left model wears a cobalt-blue coat and holds a yellow glass sphere, the center model wears a saffron dress and holds a green ceramic pyramid, the right model wears an emerald suit and holds a red velvet cube; rococo greenhouse, rare orchids, patterned tile floor, prismatic sunlight, magazine-cover precision, preserve every color-object pairing
|
| 112 |
+
5. **05 Nested spatial relationships**: A meticulous cutaway diorama of a vertical city: a glass greenhouse sits directly above a silver subway car, a red fox stands inside the greenhouse beneath a hanging moon lamp, a violinist waits below the subway platform, and a yellow airship passes behind the entire structure; isometric perspective, architectural-section drawing mixed with photoreal materials, dozens of tiny rooms, stairs and people, clean depth
|
| 113 |
+
6. **06 Cinematic night-market panorama**: A sweeping cinematic panorama of a rain-soaked floating night market at blue hour: in the foreground a chef plates translucent dumplings under a red silk canopy; in the midground children chase paper lanterns across narrow bridges while merchants unload exotic fruit from wooden boats; in the background a terraced megacity rises through mist beneath a storm, with hundreds of warm windows, wet reflections, steam, umbrellas, ropes and signage; deep focus, anamorphic highlights, realistic faces, coherent perspective, painterly color grading with documentary-level detail
|
| 114 |
+
7. **07 Editorial Latin typography**: A sophisticated Swiss International Style exhibition poster photographed behind slightly reflective museum glass, with the exact large headline "ORBIT QUANT" and the exact smaller subtitle "DATA WITHOUT CALIBRATION"; strict modular grid, red, black and white screenprint, tiny registration marks, embossed paper fibers, sharp letterforms, dramatic gallery shadows, no other text
|
| 115 |
+
8. **08 Russian Constructivist typography**: A richly detailed Russian Constructivist science-fiction poster with the exact Cyrillic headline "КВАНТОВАЯ ОРБИТА", the exact subtitle "МОСКВА 2049", and a small exact stamp "КВАНТОВАНИЕ"; diagonal red and black geometry, cream paper, cosmonaut portrait, orbital diagrams, halftone grain, folded corners, layered ink, museum archival photograph, all letters crisp and correctly ordered
|
| 116 |
+
9. **09 Japanese typography and mixed style**: An elaborate Japanese art magazine cover combining Edo woodblock printing with a futuristic Tokyo skyline, with the exact vertical title "量子の軌道" and the exact subtitle "東京の未来"; giant indigo waves curl around glass towers, red-crowned cranes cross a gold moon, tiny pedestrians and trains fill the lower streets, visible washi fibers, layered spot colors, precise Japanese glyphs, balanced editorial layout
|
| 117 |
+
10. **10 Chinese typography, reflection, occlusion**: A luxurious Chinese retro-futurist department-store window at night with the exact gold title "量子轨道" and the exact red subtitle "未来之城"; a curved chrome robot is partly occluded by peonies and blue-and-white porcelain, the calligraphy and neon street must appear coherently reflected across its body, multiple glass layers, silk textures, passing bicycles, cinematic rain, fine product-photography detail
|
| 118 |
+
|
| 119 |
+
</details>
|
| 120 |
|
| 121 |
## Quantization
|
| 122 |
|
SHA256SUMS
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
677ef7a12e36dd92731ba9973b1b31eff3e3f03ff432a33ed6cbd127dddf16eb model.safetensors
|
| 5 |
aa71fb7274ee17e5e94ff2434ec0aaa586bc74d09f077b5740ce4fb1a0af17c9 model_index.json
|
| 6 |
80b16b36294630315e4c94a85e35b90d10b67e502cc1cd70bc7151fa44ff7a12 orbitquant_codebooks.safetensors
|
| 7 |
-
|
| 8 |
e1724c9394bf83ea05da6b457b8072d2bcb3d5a533dafce916da8deb517d3825 orbitquant_rotations.safetensors
|
| 9 |
-
|
| 10 |
afa4f2ede51d2f322a89ef593fbf50a6bdd9192bcfe160f6c5c77b4fe0117a3a quantization_config.json
|
|
|
|
| 1 |
+
af3d32cb1d024d075fa7691e2b57b98ff87c565c7d5784f7e9c5e7aaf2682b5d README.md
|
| 2 |
+
0b036acba67d919d8bea0a073838344ea9c600d8d77702c904b86efc544f726c assets/image_generation_comparison_matrix.webp
|
| 3 |
+
b8b7c5a6a34ccb0fe3099ed0ba578505924ade93ba1fee46dc9b75b36169c6e0 benchmark/summary.json
|
| 4 |
677ef7a12e36dd92731ba9973b1b31eff3e3f03ff432a33ed6cbd127dddf16eb model.safetensors
|
| 5 |
aa71fb7274ee17e5e94ff2434ec0aaa586bc74d09f077b5740ce4fb1a0af17c9 model_index.json
|
| 6 |
80b16b36294630315e4c94a85e35b90d10b67e502cc1cd70bc7151fa44ff7a12 orbitquant_codebooks.safetensors
|
| 7 |
+
3385810d70fbb114ebe754a251309bd63e5d4f27f0c840d9b5c63cd1b7d6e9c9 orbitquant_manifest.json
|
| 8 |
e1724c9394bf83ea05da6b457b8072d2bcb3d5a533dafce916da8deb517d3825 orbitquant_rotations.safetensors
|
| 9 |
+
0aee42e64abd66ff9293ec140df94e62bf7836eb96a21528a728282a0278c6ed prompts.json
|
| 10 |
afa4f2ede51d2f322a89ef593fbf50a6bdd9192bcfe160f6c5c77b4fe0117a3a quantization_config.json
|
assets/image_generation_comparison_matrix.webp
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
benchmark/summary.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"status": "
|
| 3 |
"source_model_id": "Tongyi-MAI/Z-Image-Turbo",
|
| 4 |
"source_revision": "f332072aa78be7aecdf3ee76d5c247082da564a6",
|
| 5 |
"weight_bits": 4,
|
|
@@ -21,33 +21,132 @@
|
|
| 21 |
"metrics": {},
|
| 22 |
"native_smoke": {
|
| 23 |
"proof_format": "orbitquant-native-smoke-v1",
|
| 24 |
-
"proof_source": "
|
| 25 |
"comparison_asset_path": "assets/image_generation_comparison_matrix.webp",
|
| 26 |
-
"paired_prompt_seed_count":
|
| 27 |
"paired_prompt_seed_keys": [
|
| 28 |
[
|
| 29 |
"z-image-native",
|
| 30 |
"0",
|
| 31 |
"simple-object"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
]
|
| 33 |
],
|
| 34 |
"splits": {
|
| 35 |
"original": {
|
| 36 |
-
"records":
|
| 37 |
-
"generated_samples":
|
| 38 |
"generated_frames": 0,
|
| 39 |
-
"nonempty_output_count":
|
| 40 |
"seeds": [
|
| 41 |
"0"
|
| 42 |
],
|
| 43 |
"prompt_ids": [
|
| 44 |
-
"simple-object"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
],
|
| 46 |
"pair_keys": [
|
| 47 |
[
|
| 48 |
"z-image-native",
|
| 49 |
"0",
|
| 50 |
"simple-object"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
]
|
| 52 |
],
|
| 53 |
"native_settings": [
|
|
@@ -62,21 +161,75 @@
|
|
| 62 |
]
|
| 63 |
},
|
| 64 |
"orbitquant": {
|
| 65 |
-
"records":
|
| 66 |
-
"generated_samples":
|
| 67 |
"generated_frames": 0,
|
| 68 |
-
"nonempty_output_count":
|
| 69 |
"seeds": [
|
| 70 |
"0"
|
| 71 |
],
|
| 72 |
"prompt_ids": [
|
| 73 |
-
"simple-object"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
],
|
| 75 |
"pair_keys": [
|
| 76 |
[
|
| 77 |
"z-image-native",
|
| 78 |
"0",
|
| 79 |
"simple-object"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
]
|
| 81 |
],
|
| 82 |
"native_settings": [
|
|
@@ -93,5 +246,6 @@
|
|
| 93 |
}
|
| 94 |
},
|
| 95 |
"published_summary": "compact",
|
| 96 |
-
"raw_generation_records": "local-only"
|
|
|
|
| 97 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"status": "native_validation_complete",
|
| 3 |
"source_model_id": "Tongyi-MAI/Z-Image-Turbo",
|
| 4 |
"source_revision": "f332072aa78be7aecdf3ee76d5c247082da564a6",
|
| 5 |
"weight_bits": 4,
|
|
|
|
| 21 |
"metrics": {},
|
| 22 |
"native_smoke": {
|
| 23 |
"proof_format": "orbitquant-native-smoke-v1",
|
| 24 |
+
"proof_source": "native_visual_pack_v2",
|
| 25 |
"comparison_asset_path": "assets/image_generation_comparison_matrix.webp",
|
| 26 |
+
"paired_prompt_seed_count": 10,
|
| 27 |
"paired_prompt_seed_keys": [
|
| 28 |
[
|
| 29 |
"z-image-native",
|
| 30 |
"0",
|
| 31 |
"simple-object"
|
| 32 |
+
],
|
| 33 |
+
[
|
| 34 |
+
"z-image-native",
|
| 35 |
+
"0",
|
| 36 |
+
"two-object-composition"
|
| 37 |
+
],
|
| 38 |
+
[
|
| 39 |
+
"z-image-native",
|
| 40 |
+
"0",
|
| 41 |
+
"counting"
|
| 42 |
+
],
|
| 43 |
+
[
|
| 44 |
+
"z-image-native",
|
| 45 |
+
"0",
|
| 46 |
+
"color-binding"
|
| 47 |
+
],
|
| 48 |
+
[
|
| 49 |
+
"z-image-native",
|
| 50 |
+
"0",
|
| 51 |
+
"spatial-relationship"
|
| 52 |
+
],
|
| 53 |
+
[
|
| 54 |
+
"z-image-native",
|
| 55 |
+
"0",
|
| 56 |
+
"long-prompt"
|
| 57 |
+
],
|
| 58 |
+
[
|
| 59 |
+
"z-image-native",
|
| 60 |
+
"0",
|
| 61 |
+
"english-text-rendering"
|
| 62 |
+
],
|
| 63 |
+
[
|
| 64 |
+
"z-image-native",
|
| 65 |
+
"0",
|
| 66 |
+
"cyrillic-text-rendering"
|
| 67 |
+
],
|
| 68 |
+
[
|
| 69 |
+
"z-image-native",
|
| 70 |
+
"0",
|
| 71 |
+
"style-heavy"
|
| 72 |
+
],
|
| 73 |
+
[
|
| 74 |
+
"z-image-native",
|
| 75 |
+
"0",
|
| 76 |
+
"occlusion-reflection"
|
| 77 |
]
|
| 78 |
],
|
| 79 |
"splits": {
|
| 80 |
"original": {
|
| 81 |
+
"records": 10,
|
| 82 |
+
"generated_samples": 10,
|
| 83 |
"generated_frames": 0,
|
| 84 |
+
"nonempty_output_count": 10,
|
| 85 |
"seeds": [
|
| 86 |
"0"
|
| 87 |
],
|
| 88 |
"prompt_ids": [
|
| 89 |
+
"simple-object",
|
| 90 |
+
"two-object-composition",
|
| 91 |
+
"counting",
|
| 92 |
+
"color-binding",
|
| 93 |
+
"spatial-relationship",
|
| 94 |
+
"long-prompt",
|
| 95 |
+
"english-text-rendering",
|
| 96 |
+
"cyrillic-text-rendering",
|
| 97 |
+
"style-heavy",
|
| 98 |
+
"occlusion-reflection"
|
| 99 |
],
|
| 100 |
"pair_keys": [
|
| 101 |
[
|
| 102 |
"z-image-native",
|
| 103 |
"0",
|
| 104 |
"simple-object"
|
| 105 |
+
],
|
| 106 |
+
[
|
| 107 |
+
"z-image-native",
|
| 108 |
+
"0",
|
| 109 |
+
"two-object-composition"
|
| 110 |
+
],
|
| 111 |
+
[
|
| 112 |
+
"z-image-native",
|
| 113 |
+
"0",
|
| 114 |
+
"counting"
|
| 115 |
+
],
|
| 116 |
+
[
|
| 117 |
+
"z-image-native",
|
| 118 |
+
"0",
|
| 119 |
+
"color-binding"
|
| 120 |
+
],
|
| 121 |
+
[
|
| 122 |
+
"z-image-native",
|
| 123 |
+
"0",
|
| 124 |
+
"spatial-relationship"
|
| 125 |
+
],
|
| 126 |
+
[
|
| 127 |
+
"z-image-native",
|
| 128 |
+
"0",
|
| 129 |
+
"long-prompt"
|
| 130 |
+
],
|
| 131 |
+
[
|
| 132 |
+
"z-image-native",
|
| 133 |
+
"0",
|
| 134 |
+
"english-text-rendering"
|
| 135 |
+
],
|
| 136 |
+
[
|
| 137 |
+
"z-image-native",
|
| 138 |
+
"0",
|
| 139 |
+
"cyrillic-text-rendering"
|
| 140 |
+
],
|
| 141 |
+
[
|
| 142 |
+
"z-image-native",
|
| 143 |
+
"0",
|
| 144 |
+
"style-heavy"
|
| 145 |
+
],
|
| 146 |
+
[
|
| 147 |
+
"z-image-native",
|
| 148 |
+
"0",
|
| 149 |
+
"occlusion-reflection"
|
| 150 |
]
|
| 151 |
],
|
| 152 |
"native_settings": [
|
|
|
|
| 161 |
]
|
| 162 |
},
|
| 163 |
"orbitquant": {
|
| 164 |
+
"records": 10,
|
| 165 |
+
"generated_samples": 10,
|
| 166 |
"generated_frames": 0,
|
| 167 |
+
"nonempty_output_count": 10,
|
| 168 |
"seeds": [
|
| 169 |
"0"
|
| 170 |
],
|
| 171 |
"prompt_ids": [
|
| 172 |
+
"simple-object",
|
| 173 |
+
"two-object-composition",
|
| 174 |
+
"counting",
|
| 175 |
+
"color-binding",
|
| 176 |
+
"spatial-relationship",
|
| 177 |
+
"long-prompt",
|
| 178 |
+
"english-text-rendering",
|
| 179 |
+
"cyrillic-text-rendering",
|
| 180 |
+
"style-heavy",
|
| 181 |
+
"occlusion-reflection"
|
| 182 |
],
|
| 183 |
"pair_keys": [
|
| 184 |
[
|
| 185 |
"z-image-native",
|
| 186 |
"0",
|
| 187 |
"simple-object"
|
| 188 |
+
],
|
| 189 |
+
[
|
| 190 |
+
"z-image-native",
|
| 191 |
+
"0",
|
| 192 |
+
"two-object-composition"
|
| 193 |
+
],
|
| 194 |
+
[
|
| 195 |
+
"z-image-native",
|
| 196 |
+
"0",
|
| 197 |
+
"counting"
|
| 198 |
+
],
|
| 199 |
+
[
|
| 200 |
+
"z-image-native",
|
| 201 |
+
"0",
|
| 202 |
+
"color-binding"
|
| 203 |
+
],
|
| 204 |
+
[
|
| 205 |
+
"z-image-native",
|
| 206 |
+
"0",
|
| 207 |
+
"spatial-relationship"
|
| 208 |
+
],
|
| 209 |
+
[
|
| 210 |
+
"z-image-native",
|
| 211 |
+
"0",
|
| 212 |
+
"long-prompt"
|
| 213 |
+
],
|
| 214 |
+
[
|
| 215 |
+
"z-image-native",
|
| 216 |
+
"0",
|
| 217 |
+
"english-text-rendering"
|
| 218 |
+
],
|
| 219 |
+
[
|
| 220 |
+
"z-image-native",
|
| 221 |
+
"0",
|
| 222 |
+
"cyrillic-text-rendering"
|
| 223 |
+
],
|
| 224 |
+
[
|
| 225 |
+
"z-image-native",
|
| 226 |
+
"0",
|
| 227 |
+
"style-heavy"
|
| 228 |
+
],
|
| 229 |
+
[
|
| 230 |
+
"z-image-native",
|
| 231 |
+
"0",
|
| 232 |
+
"occlusion-reflection"
|
| 233 |
]
|
| 234 |
],
|
| 235 |
"native_settings": [
|
|
|
|
| 246 |
}
|
| 247 |
},
|
| 248 |
"published_summary": "compact",
|
| 249 |
+
"raw_generation_records": "local-only",
|
| 250 |
+
"comparison_prompt_pack": "image_visual_v2"
|
| 251 |
}
|
orbitquant_manifest.json
CHANGED
|
@@ -2721,13 +2721,13 @@
|
|
| 2721 |
]
|
| 2722 |
},
|
| 2723 |
"checksums": {
|
| 2724 |
-
"assets/image_generation_comparison_matrix.webp": "
|
| 2725 |
-
"benchmark/summary.json": "
|
| 2726 |
"model.safetensors": "677ef7a12e36dd92731ba9973b1b31eff3e3f03ff432a33ed6cbd127dddf16eb",
|
| 2727 |
"model_index.json": "aa71fb7274ee17e5e94ff2434ec0aaa586bc74d09f077b5740ce4fb1a0af17c9",
|
| 2728 |
"orbitquant_codebooks.safetensors": "80b16b36294630315e4c94a85e35b90d10b67e502cc1cd70bc7151fa44ff7a12",
|
| 2729 |
"orbitquant_rotations.safetensors": "e1724c9394bf83ea05da6b457b8072d2bcb3d5a533dafce916da8deb517d3825",
|
| 2730 |
-
"prompts.json": "
|
| 2731 |
"quantization_config.json": "afa4f2ede51d2f322a89ef593fbf50a6bdd9192bcfe160f6c5c77b4fe0117a3a"
|
| 2732 |
}
|
| 2733 |
}
|
|
|
|
| 2721 |
]
|
| 2722 |
},
|
| 2723 |
"checksums": {
|
| 2724 |
+
"assets/image_generation_comparison_matrix.webp": "0b036acba67d919d8bea0a073838344ea9c600d8d77702c904b86efc544f726c",
|
| 2725 |
+
"benchmark/summary.json": "b8b7c5a6a34ccb0fe3099ed0ba578505924ade93ba1fee46dc9b75b36169c6e0",
|
| 2726 |
"model.safetensors": "677ef7a12e36dd92731ba9973b1b31eff3e3f03ff432a33ed6cbd127dddf16eb",
|
| 2727 |
"model_index.json": "aa71fb7274ee17e5e94ff2434ec0aaa586bc74d09f077b5740ce4fb1a0af17c9",
|
| 2728 |
"orbitquant_codebooks.safetensors": "80b16b36294630315e4c94a85e35b90d10b67e502cc1cd70bc7151fa44ff7a12",
|
| 2729 |
"orbitquant_rotations.safetensors": "e1724c9394bf83ea05da6b457b8072d2bcb3d5a533dafce916da8deb517d3825",
|
| 2730 |
+
"prompts.json": "0aee42e64abd66ff9293ec140df94e62bf7836eb96a21528a728282a0278c6ed",
|
| 2731 |
"quantization_config.json": "afa4f2ede51d2f322a89ef593fbf50a6bdd9192bcfe160f6c5c77b4fe0117a3a"
|
| 2732 |
}
|
| 2733 |
}
|
prompts.json
CHANGED
|
@@ -1,57 +1,67 @@
|
|
| 1 |
{
|
| 2 |
-
"prompt_pack": "
|
| 3 |
"media_type": "image",
|
| 4 |
"target_policy": "z_image",
|
| 5 |
"prompts": [
|
| 6 |
{
|
| 7 |
"id": "simple-object",
|
| 8 |
-
"
|
| 9 |
-
"
|
|
|
|
| 10 |
},
|
| 11 |
{
|
| 12 |
"id": "two-object-composition",
|
| 13 |
-
"
|
| 14 |
-
"
|
|
|
|
| 15 |
},
|
| 16 |
{
|
| 17 |
"id": "counting",
|
| 18 |
-
"
|
| 19 |
-
"
|
|
|
|
| 20 |
},
|
| 21 |
{
|
| 22 |
"id": "color-binding",
|
| 23 |
-
"
|
| 24 |
-
"
|
|
|
|
| 25 |
},
|
| 26 |
{
|
| 27 |
"id": "spatial-relationship",
|
| 28 |
-
"
|
| 29 |
-
"
|
|
|
|
| 30 |
},
|
| 31 |
{
|
| 32 |
"id": "long-prompt",
|
| 33 |
-
"
|
| 34 |
-
"
|
|
|
|
| 35 |
},
|
| 36 |
{
|
| 37 |
"id": "english-text-rendering",
|
| 38 |
-
"
|
| 39 |
-
"
|
|
|
|
| 40 |
},
|
| 41 |
{
|
| 42 |
"id": "cyrillic-text-rendering",
|
| 43 |
-
"
|
| 44 |
-
"
|
|
|
|
| 45 |
},
|
| 46 |
{
|
| 47 |
"id": "style-heavy",
|
| 48 |
-
"
|
| 49 |
-
"
|
|
|
|
| 50 |
},
|
| 51 |
{
|
| 52 |
"id": "occlusion-reflection",
|
| 53 |
-
"
|
| 54 |
-
"
|
|
|
|
| 55 |
}
|
| 56 |
]
|
| 57 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"prompt_pack": "image_visual_v2",
|
| 3 |
"media_type": "image",
|
| 4 |
"target_policy": "z_image",
|
| 5 |
"prompts": [
|
| 6 |
{
|
| 7 |
"id": "simple-object",
|
| 8 |
+
"title": "01 Fine-detail astrolabe",
|
| 9 |
+
"category": "fine_detail",
|
| 10 |
+
"prompt": "A museum-grade macro photograph of a single ornate brass astronomical clock, covered with interlocking gears, engraved constellations, enamel moon phases, hair-thin hands, tiny screws, worn gilt edges, and dust caught in the mechanisms; dramatic Rembrandt lighting, black velvet background, extreme material detail, large-format photography, every cog mechanically coherent"
|
| 11 |
},
|
| 12 |
{
|
| 13 |
"id": "two-object-composition",
|
| 14 |
+
"title": "02 Layered character composition",
|
| 15 |
+
"category": "layered_character_composition",
|
| 16 |
+
"prompt": "A lacquered white android and an elderly watchmaker facing each other across a crowded Art Nouveau workshop, jointly repairing a mechanical hummingbird; the android is on the left, the watchmaker on the right, the bird centered between them, hundreds of tools and clock parts in the midground, rain and a tram visible through the window, coherent mirror reflections, cinematic tungsten and cyan light, intricate faces and hands, editorial realism"
|
| 17 |
},
|
| 18 |
{
|
| 19 |
"id": "counting",
|
| 20 |
+
"title": "03 Exact counting and choreography",
|
| 21 |
+
"category": "counting_and_choreography",
|
| 22 |
+
"prompt": "Exactly seven masked dancers performing on seven separate illuminated platforms inside a vast flooded opera house, no extra dancers; alternating crimson and ivory costumes from left to right, each dancer in a distinct pose, balconies reflected in the water, floating candles, volumetric stage haze, baroque theatrical photography, sharp foreground and readable background architecture"
|
| 23 |
},
|
| 24 |
{
|
| 25 |
"id": "color-binding",
|
| 26 |
+
"title": "04 Dense color and object binding",
|
| 27 |
+
"category": "dense_color_binding",
|
| 28 |
+
"prompt": "An elaborate surreal fashion tableau with three models: the left model wears a cobalt-blue coat and holds a yellow glass sphere, the center model wears a saffron dress and holds a green ceramic pyramid, the right model wears an emerald suit and holds a red velvet cube; rococo greenhouse, rare orchids, patterned tile floor, prismatic sunlight, magazine-cover precision, preserve every color-object pairing"
|
| 29 |
},
|
| 30 |
{
|
| 31 |
"id": "spatial-relationship",
|
| 32 |
+
"title": "05 Nested spatial relationships",
|
| 33 |
+
"category": "nested_spatial_relationships",
|
| 34 |
+
"prompt": "A meticulous cutaway diorama of a vertical city: a glass greenhouse sits directly above a silver subway car, a red fox stands inside the greenhouse beneath a hanging moon lamp, a violinist waits below the subway platform, and a yellow airship passes behind the entire structure; isometric perspective, architectural-section drawing mixed with photoreal materials, dozens of tiny rooms, stairs and people, clean depth"
|
| 35 |
},
|
| 36 |
{
|
| 37 |
"id": "long-prompt",
|
| 38 |
+
"title": "06 Cinematic night-market panorama",
|
| 39 |
+
"category": "cinematic_panorama",
|
| 40 |
+
"prompt": "A sweeping cinematic panorama of a rain-soaked floating night market at blue hour: in the foreground a chef plates translucent dumplings under a red silk canopy; in the midground children chase paper lanterns across narrow bridges while merchants unload exotic fruit from wooden boats; in the background a terraced megacity rises through mist beneath a storm, with hundreds of warm windows, wet reflections, steam, umbrellas, ropes and signage; deep focus, anamorphic highlights, realistic faces, coherent perspective, painterly color grading with documentary-level detail"
|
| 41 |
},
|
| 42 |
{
|
| 43 |
"id": "english-text-rendering",
|
| 44 |
+
"title": "07 Editorial Latin typography",
|
| 45 |
+
"category": "latin_typography",
|
| 46 |
+
"prompt": "A sophisticated Swiss International Style exhibition poster photographed behind slightly reflective museum glass, with the exact large headline \"ORBIT QUANT\" and the exact smaller subtitle \"DATA WITHOUT CALIBRATION\"; strict modular grid, red, black and white screenprint, tiny registration marks, embossed paper fibers, sharp letterforms, dramatic gallery shadows, no other text"
|
| 47 |
},
|
| 48 |
{
|
| 49 |
"id": "cyrillic-text-rendering",
|
| 50 |
+
"title": "08 Russian Constructivist typography",
|
| 51 |
+
"category": "russian_typography",
|
| 52 |
+
"prompt": "A richly detailed Russian Constructivist science-fiction poster with the exact Cyrillic headline \"КВАНТОВАЯ ОРБИТА\", the exact subtitle \"МОСКВА 2049\", and a small exact stamp \"КВАНТОВАНИЕ\"; diagonal red and black geometry, cream paper, cosmonaut portrait, orbital diagrams, halftone grain, folded corners, layered ink, museum archival photograph, all letters crisp and correctly ordered"
|
| 53 |
},
|
| 54 |
{
|
| 55 |
"id": "style-heavy",
|
| 56 |
+
"title": "09 Japanese typography and mixed style",
|
| 57 |
+
"category": "japanese_typography",
|
| 58 |
+
"prompt": "An elaborate Japanese art magazine cover combining Edo woodblock printing with a futuristic Tokyo skyline, with the exact vertical title \"量子の軌道\" and the exact subtitle \"東京の未来\"; giant indigo waves curl around glass towers, red-crowned cranes cross a gold moon, tiny pedestrians and trains fill the lower streets, visible washi fibers, layered spot colors, precise Japanese glyphs, balanced editorial layout"
|
| 59 |
},
|
| 60 |
{
|
| 61 |
"id": "occlusion-reflection",
|
| 62 |
+
"title": "10 Chinese typography, reflection, occlusion",
|
| 63 |
+
"category": "chinese_typography_reflection_occlusion",
|
| 64 |
+
"prompt": "A luxurious Chinese retro-futurist department-store window at night with the exact gold title \"量子轨道\" and the exact red subtitle \"未来之城\"; a curved chrome robot is partly occluded by peonies and blue-and-white porcelain, the calligraphy and neon street must appear coherently reflected across its body, multiple glass layers, silk textures, passing bicycles, cinematic rain, fine product-photography detail"
|
| 65 |
}
|
| 66 |
]
|
| 67 |
}
|