Datasets:
Use native ImageFolder for Dataset Viewer
Browse filesPoint the default dataset configuration to data/train, use metadata.jsonl plus images/, and remove redundant embedded-image Parquet Viewer shards.
- .gitignore +22 -14
- README.md +3 -4
- viewer_data/train-00000-of-00008.parquet +0 -3
- viewer_data/train-00001-of-00008.parquet +0 -3
- viewer_data/train-00002-of-00008.parquet +0 -3
- viewer_data/train-00003-of-00008.parquet +0 -3
- viewer_data/train-00004-of-00008.parquet +0 -3
- viewer_data/train-00005-of-00008.parquet +0 -3
- viewer_data/train-00006-of-00008.parquet +0 -3
- viewer_data/train-00007-of-00008.parquet +0 -3
.gitignore
CHANGED
|
@@ -1,14 +1,22 @@
|
|
| 1 |
-
**/__pycache__/
|
| 2 |
-
*.py[cod]
|
| 3 |
-
**/.vendor/
|
| 4 |
-
**/.cache/
|
| 5 |
-
**/cache/
|
| 6 |
-
**/logs/
|
| 7 |
-
**/comfy_output/
|
| 8 |
-
**/results/
|
| 9 |
-
*.safetensors
|
| 10 |
-
*.ckpt
|
| 11 |
-
*.gguf
|
| 12 |
-
.env
|
| 13 |
-
.env.*
|
| 14 |
-
!*.example
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**/__pycache__/
|
| 2 |
+
*.py[cod]
|
| 3 |
+
**/.vendor/
|
| 4 |
+
**/.cache/
|
| 5 |
+
**/cache/
|
| 6 |
+
**/logs/
|
| 7 |
+
**/comfy_output/
|
| 8 |
+
**/results/
|
| 9 |
+
*.safetensors
|
| 10 |
+
*.ckpt
|
| 11 |
+
*.gguf
|
| 12 |
+
.env
|
| 13 |
+
.env.*
|
| 14 |
+
!*.example
|
| 15 |
+
|
| 16 |
+
# Local Dataset Viewer repair artifacts
|
| 17 |
+
.viewer_fix_venv/
|
| 18 |
+
viewer_fix_output/
|
| 19 |
+
viewer_data/
|
| 20 |
+
Krea-2-Turbo-Viewer-Fix-UPLOAD.zip
|
| 21 |
+
viewer_fix_*.log
|
| 22 |
+
viewer_server_diagnostics.json
|
README.md
CHANGED
|
@@ -8,9 +8,8 @@ size_categories:
|
|
| 8 |
configs:
|
| 9 |
- config_name: default
|
| 10 |
default: true
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
path: viewer_data/train-*.parquet
|
| 14 |
task_categories:
|
| 15 |
- text-to-image
|
| 16 |
tags:
|
|
@@ -30,7 +29,6 @@ tags:
|
|
| 30 |
- q8-0
|
| 31 |
- q4-k-m
|
| 32 |
---
|
| 33 |
-
|
| 34 |
<!-- Dataset Viewer repair: the Viewer reads the small Hugging Face-native Parquet shards in `viewer_data/train-*.parquet` (240 rows, 8 shards). The original ImageFolder and scientific artifacts remain available separately. -->
|
| 35 |
# Krea 2 Turbo ComfyUI Format Fidelity Benchmark
|
| 36 |
|
|
@@ -58,6 +56,7 @@ The test GPU was an NVIDIA GeForce RTX 4060 Ti 16 GB (SM 8.9). MXFP8 and NVFP4 n
|
|
| 58 |
The original five formats and the three additions were measured in separate sessions. Five unscored BF16 and INT8 ConvRot bridge repeats quantify drift. INT8 crossed the preregistered 5% drift threshold, so exact old-versus-new timing comparisons remain caveated; fidelity comparisons remain paired to the same saved BF16 prompt/seed outputs.
|
| 59 |
|
| 60 |
## Dataset organization
|
|
|
|
| 61 |
|
| 62 |
- `viewer_data/train-*.parquet` are the Dataset Viewer source: small, self-contained Parquet shards with the embedded image plus every prompt, seed, format, checkpoint provenance, raw-artifact path, and flattened metric column.
|
| 63 |
- `data/train/metadata.jsonl` and `data/train/images/` are the equivalent ImageFolder tree kept for direct file access. Each metadata row links an image to its prompt, seed, format, checkpoint provenance, raw scientific artifacts, and flattened metric values.
|
|
|
|
| 8 |
configs:
|
| 9 |
- config_name: default
|
| 10 |
default: true
|
| 11 |
+
data_dir: data/train
|
| 12 |
+
drop_labels: true
|
|
|
|
| 13 |
task_categories:
|
| 14 |
- text-to-image
|
| 15 |
tags:
|
|
|
|
| 29 |
- q8-0
|
| 30 |
- q4-k-m
|
| 31 |
---
|
|
|
|
| 32 |
<!-- Dataset Viewer repair: the Viewer reads the small Hugging Face-native Parquet shards in `viewer_data/train-*.parquet` (240 rows, 8 shards). The original ImageFolder and scientific artifacts remain available separately. -->
|
| 33 |
# Krea 2 Turbo ComfyUI Format Fidelity Benchmark
|
| 34 |
|
|
|
|
| 56 |
The original five formats and the three additions were measured in separate sessions. Five unscored BF16 and INT8 ConvRot bridge repeats quantify drift. INT8 crossed the preregistered 5% drift threshold, so exact old-versus-new timing comparisons remain caveated; fidelity comparisons remain paired to the same saved BF16 prompt/seed outputs.
|
| 57 |
|
| 58 |
## Dataset organization
|
| 59 |
+
* `data/train/metadata.jsonl` and `data/train/images/` are the Dataset Viewer and loading source, using Hugging Face ImageFolder. Each metadata row links an image to its prompt, seed, format, checkpoint provenance, raw scientific artifacts, and flattened metric values.
|
| 60 |
|
| 61 |
- `viewer_data/train-*.parquet` are the Dataset Viewer source: small, self-contained Parquet shards with the embedded image plus every prompt, seed, format, checkpoint provenance, raw-artifact path, and flattened metric column.
|
| 62 |
- `data/train/metadata.jsonl` and `data/train/images/` are the equivalent ImageFolder tree kept for direct file access. Each metadata row links an image to its prompt, seed, format, checkpoint provenance, raw scientific artifacts, and flattened metric values.
|
viewer_data/train-00000-of-00008.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:14e388565e1e56a95f5006be753afc344988426e856476ef33db8ce7c94ad34a
|
| 3 |
-
size 35971431
|
|
|
|
|
|
|
|
|
|
|
|
viewer_data/train-00001-of-00008.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fb154b421ed49b948f670ae5c7a503455f137d20b47e8cd57c55814e87523fb0
|
| 3 |
-
size 30236087
|
|
|
|
|
|
|
|
|
|
|
|
viewer_data/train-00002-of-00008.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9bbb549c1e4f85d1768feac6df462e6ce1b7a10885cb907657073a581ef39d37
|
| 3 |
-
size 34096724
|
|
|
|
|
|
|
|
|
|
|
|
viewer_data/train-00003-of-00008.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:03a440970b488ece4be9bd2ab312ae41f2d8b130e6e8bc85230754ad644afe76
|
| 3 |
-
size 35539467
|
|
|
|
|
|
|
|
|
|
|
|
viewer_data/train-00004-of-00008.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cc4db8f346b6be26a62bf7fc1264d9a212a52990619e0b7a4131b3f093448be8
|
| 3 |
-
size 35957955
|
|
|
|
|
|
|
|
|
|
|
|
viewer_data/train-00005-of-00008.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8a565078119b4264a5528e75a464a143d38588553b5d4f1a2d18a7d28267b490
|
| 3 |
-
size 35358695
|
|
|
|
|
|
|
|
|
|
|
|
viewer_data/train-00006-of-00008.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f14b879dea4b02797d2a185a29df93cbb3771521beddbb852ad4806dd1941be0
|
| 3 |
-
size 35277601
|
|
|
|
|
|
|
|
|
|
|
|
viewer_data/train-00007-of-00008.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ffe57aaa66fc14c5438cc98063c5bd2139ca7fc471620dfc313196d7beaece45
|
| 3 |
-
size 35810937
|
|
|
|
|
|
|
|
|
|
|
|