Add files using upload-large-folder tool
Browse files- README.md +49 -0
- selected/00041/prompt.txt +1 -0
- selected/00091/meta.json +10 -0
- selected/00091/prompt.txt +1 -0
- selected/00106/e2e-vavae.png +0 -0
- selected/00106/flux.png +0 -0
- selected/00106/flux2.png +0 -0
- selected/00106/langpe-l.png +0 -0
- selected/00106/meta.json +10 -0
- selected/00106/prompt.txt +1 -0
- selected/00389/meta.json +10 -0
- selected/00411/e2e-vavae.png +0 -0
- selected/00411/flux.png +0 -0
- selected/00411/flux2.png +0 -0
- selected/00411/meta.json +10 -0
- selected/00411/prompt.txt +1 -0
- selected/00521/e2e-vavae.png +0 -0
- selected/00521/flux.png +0 -0
- selected/00521/flux2.png +0 -0
- selected/00521/langpe-l.png +0 -0
- selected/00521/meta.json +10 -0
- selected/00521/prompt.txt +1 -0
- selected/00556/flux.png +0 -0
- selected/00556/meta.json +10 -0
- selected/00556/prompt.txt +1 -0
- selected/00688/flux.png +0 -0
- selected/00688/flux2.png +0 -0
- selected/00688/meta.json +10 -0
- selected/00688/prompt.txt +1 -0
- selected/00706/meta.json +10 -0
- selected/00706/prompt.txt +1 -0
- selected/00719/e2e-vavae.png +0 -0
- selected/00719/flux.png +0 -0
- selected/00719/flux2.png +0 -0
- selected/00719/meta.json +10 -0
- selected/00719/prompt.txt +1 -0
- selected/00728/prompt.txt +1 -0
- selected/00734/flux2.png +0 -0
- selected/00738/e2e-vavae.png +0 -0
- selected/00738/flux.png +0 -0
- selected/00738/flux2.png +0 -0
- selected/00738/langpe-l.png +0 -0
- selected/00738/meta.json +10 -0
- selected/00738/prompt.txt +1 -0
- selected/00955/e2e-vavae.png +0 -0
- selected/00955/flux.png +0 -0
- selected/00955/flux2.png +0 -0
- selected/00955/langpe-l.png +0 -0
- selected/00955/meta.json +10 -0
- selected/00955/prompt.txt +1 -0
README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# xj + MJHQ-30K — 4-model comparison samples
|
| 2 |
+
|
| 3 |
+
Inference outputs of 4 stage-2 text-to-image models on the combined
|
| 4 |
+
`xj_mjhq30k_prompts` set (30,954 prompts), one image per prompt per model:
|
| 5 |
+
|
| 6 |
+
| Model | CFG | Tar file |
|
| 7 |
+
|---|---|---|
|
| 8 |
+
| flux | 6 | `t2i-ddt-en28d1152hd72-dn2d2048hd128-flux-vpred-t4-norepa-v0_ep-0000020_xj_mjhq30k_prompts_steps50_cfg6.tar` |
|
| 9 |
+
| flux2 | 7 | `t2i-ddt-en28d1152hd72-dn2d2048hd128-flux2-vpred-t4-norepa-v0_ep-0000020_xj_mjhq30k_prompts_steps50_cfg7.tar` |
|
| 10 |
+
| e2e-vavae | 6 | `t2i-ddt-en28d1152hd72-dn2d2048hd128-e2e-vavae-vpred-t4-norepa-v0_ep-0000020_xj_mjhq30k_prompts_steps50_cfg6.tar` |
|
| 11 |
+
| langpe-l | 7 | `t2i-ddt-n28_2d1152_2048hd72_128-rae-langpe-vit-l-vpred-t4-norepa-v0_ep-0000020_xj_mjhq30k_prompts_steps50_cfg7.tar` |
|
| 12 |
+
|
| 13 |
+
The 4 image folders are packed as **`.tar`** (no gzip — PNG is already
|
| 14 |
+
compressed) to keep file count low for fast cloning. Each tar extracts into a
|
| 15 |
+
folder named after itself, containing `00000.png … 30953.png` and matching
|
| 16 |
+
`.txt` prompt sidecars.
|
| 17 |
+
|
| 18 |
+
## Extract
|
| 19 |
+
|
| 20 |
+
```bash
|
| 21 |
+
for f in *.tar; do tar -xf "$f"; done
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
+
## Contents after extract
|
| 25 |
+
|
| 26 |
+
```
|
| 27 |
+
<this-repo>/
|
| 28 |
+
├── <model1_dir>/00000.png, 00000.txt, ...
|
| 29 |
+
├── <model2_dir>/...
|
| 30 |
+
├── <model3_dir>/...
|
| 31 |
+
├── <model4_dir>/...
|
| 32 |
+
├── selected/<NNNNN>/{flux,flux2,e2e-vavae,langpe-l}.png + prompt.txt + meta.json
|
| 33 |
+
└── viewer/ # browser-based 4-model comparison viewer (works once tars are extracted)
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
## Viewer
|
| 37 |
+
|
| 38 |
+
After extracting all tars, browse the 4-model comparison side-by-side:
|
| 39 |
+
|
| 40 |
+
```bash
|
| 41 |
+
python viewer/viewer.py # default :8765, or --port N
|
| 42 |
+
# open http://localhost:<port>/test/xj_mjhq30k_inference_outputs/viewer/index.html
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
(The viewer expects to be served from a directory layout where the run folders
|
| 46 |
+
and `viewer/` are siblings, as in this repo.)
|
| 47 |
+
|
| 48 |
+
`selected/<NNNNN>/` holds curated picks — 54 prompts selected via the viewer's
|
| 49 |
+
Save button, each with the 4 models' images plus the prompt text and metadata.
|
selected/00041/prompt.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
a summer tree without any leaves
|
selected/00091/meta.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": 91,
|
| 3 |
+
"saved_models": [
|
| 4 |
+
"flux",
|
| 5 |
+
"flux2",
|
| 6 |
+
"e2e-vavae",
|
| 7 |
+
"langpe-l"
|
| 8 |
+
],
|
| 9 |
+
"prompt": "Cozy reading nook with stone fireplace and expansive views."
|
| 10 |
+
}
|
selected/00091/prompt.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Cozy reading nook with stone fireplace and expansive views.
|
selected/00106/e2e-vavae.png
ADDED
|
selected/00106/flux.png
ADDED
|
selected/00106/flux2.png
ADDED
|
selected/00106/langpe-l.png
ADDED
|
selected/00106/meta.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": 106,
|
| 3 |
+
"saved_models": [
|
| 4 |
+
"flux",
|
| 5 |
+
"flux2",
|
| 6 |
+
"e2e-vavae",
|
| 7 |
+
"langpe-l"
|
| 8 |
+
],
|
| 9 |
+
"prompt": "The image depicts a serene desert landscape dominated by vast sand dunes. The sand appears smooth and undisturbed, with gentle curves and subtle ridges that create a sense of tranquility. The color palette is a warm, soft beige, typical of desert sands, which extends across the entire frame. The lighting suggests either early morning or late afternoon, casting long shadows and highlighting the contours of the dunes. There are no visible signs of human presence or vegetation, emphasizing the untouched and pristine nature of the environment. The overall mood is one of calm and isolation, inviting viewers to imagine the vastness and quiet beauty of the desert."
|
| 10 |
+
}
|
selected/00106/prompt.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
The image depicts a serene desert landscape dominated by vast sand dunes. The sand appears smooth and undisturbed, with gentle curves and subtle ridges that create a sense of tranquility. The color palette is a warm, soft beige, typical of desert sands, which extends across the entire frame. The lighting suggests either early morning or late afternoon, casting long shadows and highlighting the contours of the dunes. There are no visible signs of human presence or vegetation, emphasizing the untouched and pristine nature of the environment. The overall mood is one of calm and isolation, inviting viewers to imagine the vastness and quiet beauty of the desert.
|
selected/00389/meta.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": 389,
|
| 3 |
+
"saved_models": [
|
| 4 |
+
"flux",
|
| 5 |
+
"flux2",
|
| 6 |
+
"e2e-vavae",
|
| 7 |
+
"langpe-l"
|
| 8 |
+
],
|
| 9 |
+
"prompt": "A chestnut horse galloping through a meadow of wildflowers."
|
| 10 |
+
}
|
selected/00411/e2e-vavae.png
ADDED
|
selected/00411/flux.png
ADDED
|
selected/00411/flux2.png
ADDED
|
selected/00411/meta.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": 411,
|
| 3 |
+
"saved_models": [
|
| 4 |
+
"flux",
|
| 5 |
+
"flux2",
|
| 6 |
+
"e2e-vavae",
|
| 7 |
+
"langpe-l"
|
| 8 |
+
],
|
| 9 |
+
"prompt": "A cumulus cloud formation in an otherwise clear blue sky."
|
| 10 |
+
}
|
selected/00411/prompt.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
A cumulus cloud formation in an otherwise clear blue sky.
|
selected/00521/e2e-vavae.png
ADDED
|
selected/00521/flux.png
ADDED
|
selected/00521/flux2.png
ADDED
|
selected/00521/langpe-l.png
ADDED
|
selected/00521/meta.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": 521,
|
| 3 |
+
"saved_models": [
|
| 4 |
+
"flux",
|
| 5 |
+
"flux2",
|
| 6 |
+
"e2e-vavae",
|
| 7 |
+
"langpe-l"
|
| 8 |
+
],
|
| 9 |
+
"prompt": "Endless Sahara dunes under a cloudless sky."
|
| 10 |
+
}
|
selected/00521/prompt.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Endless Sahara dunes under a cloudless sky.
|
selected/00556/flux.png
ADDED
|
selected/00556/meta.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": 556,
|
| 3 |
+
"saved_models": [
|
| 4 |
+
"flux",
|
| 5 |
+
"flux2",
|
| 6 |
+
"e2e-vavae",
|
| 7 |
+
"langpe-l"
|
| 8 |
+
],
|
| 9 |
+
"prompt": "Bedouin tents under a star-filled desert sky."
|
| 10 |
+
}
|
selected/00556/prompt.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Bedouin tents under a star-filled desert sky.
|
selected/00688/flux.png
ADDED
|
selected/00688/flux2.png
ADDED
|
selected/00688/meta.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": 688,
|
| 3 |
+
"saved_models": [
|
| 4 |
+
"flux",
|
| 5 |
+
"flux2",
|
| 6 |
+
"e2e-vavae",
|
| 7 |
+
"langpe-l"
|
| 8 |
+
],
|
| 9 |
+
"prompt": "Mount Fuji reflected in Lake Kawaguchi."
|
| 10 |
+
}
|
selected/00688/prompt.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Mount Fuji reflected in Lake Kawaguchi.
|
selected/00706/meta.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": 706,
|
| 3 |
+
"saved_models": [
|
| 4 |
+
"flux",
|
| 5 |
+
"flux2",
|
| 6 |
+
"e2e-vavae",
|
| 7 |
+
"langpe-l"
|
| 8 |
+
],
|
| 9 |
+
"prompt": "A Vienna opera house during intermission."
|
| 10 |
+
}
|
selected/00706/prompt.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
A Vienna opera house during intermission.
|
selected/00719/e2e-vavae.png
ADDED
|
selected/00719/flux.png
ADDED
|
selected/00719/flux2.png
ADDED
|
selected/00719/meta.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": 719,
|
| 3 |
+
"saved_models": [
|
| 4 |
+
"flux",
|
| 5 |
+
"flux2",
|
| 6 |
+
"e2e-vavae",
|
| 7 |
+
"langpe-l"
|
| 8 |
+
],
|
| 9 |
+
"prompt": "White sand dunes in White Sands National Park."
|
| 10 |
+
}
|
selected/00719/prompt.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
White sand dunes in White Sands National Park.
|
selected/00728/prompt.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
A maximalist room with neon and plants.
|
selected/00734/flux2.png
ADDED
|
selected/00738/e2e-vavae.png
ADDED
|
selected/00738/flux.png
ADDED
|
selected/00738/flux2.png
ADDED
|
selected/00738/langpe-l.png
ADDED
|
selected/00738/meta.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": 738,
|
| 3 |
+
"saved_models": [
|
| 4 |
+
"flux",
|
| 5 |
+
"flux2",
|
| 6 |
+
"e2e-vavae",
|
| 7 |
+
"langpe-l"
|
| 8 |
+
],
|
| 9 |
+
"prompt": "Aurora australis over Antarctica."
|
| 10 |
+
}
|
selected/00738/prompt.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Aurora australis over Antarctica.
|
selected/00955/e2e-vavae.png
ADDED
|
selected/00955/flux.png
ADDED
|
selected/00955/flux2.png
ADDED
|
selected/00955/langpe-l.png
ADDED
|
selected/00955/meta.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": 955,
|
| 3 |
+
"saved_models": [
|
| 4 |
+
"flux",
|
| 5 |
+
"flux2",
|
| 6 |
+
"e2e-vavae",
|
| 7 |
+
"langpe-l"
|
| 8 |
+
],
|
| 9 |
+
"prompt": "a hamster dressed in cia outfit"
|
| 10 |
+
}
|
selected/00955/prompt.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
a hamster dressed in cia outfit
|