Commit graph

4 commits

Author SHA1 Message Date
Daniel Han
4ed839e553 Merge branch 'diffusion-train-datasets' of https://github.com/unslothai/unsloth into diffusion-train-datasets 2026-07-03 06:18:03 +00:00
Daniel Han
ca2104d481 Add Smithsonian Butterflies and Nouns example datasets
Two permissive ~100-image sets for the Train tab: huggan/smithsonian_butterflies_subset
(CC0, the classic diffusers-docs training set, imported as a subject set with a trigger
prompt since its metadata columns are species names not captions) and m1guelpf/nouns
(CC0, captioned pixel-art avatars via the text column). Both cap at 100 images.
2026-07-03 06:17:54 +00:00
pre-commit-ci[bot]
074f5f51a7 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2026-07-02 16:08:26 +00:00
Daniel Han
c32bda109b Test diffusion dataset labeling and example-import endpoints
Cover caption precedence, thumbnail generation and .thumbs exclusion,
caption write/clear, image delete cleanup, path-traversal rejection on
names and filenames, and example import with a mocked datasets.load_dataset
(files plus sidecars written, idempotent second call, cap respected, load
failure mapped to 502).
2026-07-02 15:14:54 +00:00