CoolFace
Datasetpublic

Loacky/sadas

My Spraix Dataset This dataset is a demo created for the Animator2D-v1.0.0 project, with the goal of generating pixel-art sprite animations from textual prompts. It is still in the preparation phase and contains sprite frames extracted and organized into subfolders, each with associated metadata. Dataset Details Format: PNG for frames, JSON for metadata. Structure: Numbered subfolders (e.g., 152_frames) containing sequential frames (e.g., frame_000.png). Usage:… See the full description on the dataset page: https://huggingface.co/datasets/Loacky/sadas.

sourceHugging Facegpl-3.0updated 1y agoView on Hugging Face
0likes68downloads
README.md25 linesDownload Raw Back to root
1---2license: gpl-3.03task_categories:4- text-classification5language:6- en7size_categories:8- n<1K9tags:10- art11---12# My Spraix Dataset13 14This dataset is a demo created for the Animator2D-v1.0.0 project, with the goal of generating pixel-art sprite animations from textual prompts. It is still in the preparation phase and contains sprite frames extracted and organized into subfolders, each with associated metadata.15 16## Dataset Details17- **Format**: PNG for frames, JSON for metadata.18- **Structure**: Numbered subfolders (e.g., `152_frames`) containing sequential frames (e.g., `frame_000.png`).19- **Usage**: Designed for training 2D animation generation models.20 21## Citation22This dataset was derived and inspired by the `pawkanarek/spraix_1024` dataset available on Hugging Face. Please cite the original dataset if you use this work:23 24- **Original Dataset**: `pawkanarek/spraix_1024`  25  Available at: [https://huggingface.co/datasets/pawkanarek/spraix_1024](https://huggingface.co/datasets/pawkanarek/spraix_1024)