|
--- |
|
language: |
|
- en |
|
license: odc-by |
|
task_categories: |
|
- text-to-image |
|
- image-to-text |
|
pretty_name: playground_liked |
|
tags: |
|
- stable diffusion |
|
- prompts |
|
--- |
|
# Dataset Card for Playground |
|
|
|
Image generations curated by user likes. |
|
|
|
## Dataset Details |
|
|
|
### Dataset Description |
|
|
|
A subset of [bigdata-pw/playground](https://huggingface.co/datasets/bigdata-pw/playground) filtered to approximately 14 million images where `likeCount >= 1`. Entries include generation details such as prompts and model used, anonymized user information, creation date, and URL to the image. |
|
|
|
- **Curated by:** hlky |
|
- **License:** Open Data Commons Attribution License (ODC-By) v1.0 |
|
|
|
## Dataset Structure |
|
|
|
- **id:** Unique identifier for the image |
|
- **userId:** Identifer for the user |
|
- **batchId:** Batch ID |
|
- **createdAt:** Timestamp in format `%Y-%m-%dT%H:%M:%S.fffZ` |
|
- **source:** Base model used e.g. `Playground_v2.5` |
|
- **prompt:** Prompt used to generate the image |
|
- **negative_prompt:** Negative prompt |
|
- **sampler:** Sampler used |
|
- **seed:** Seed value |
|
- **steps:** Number of steps |
|
- **cfg_scale:** Classifier-Free Guidance Scale |
|
- **start_schedule:** Start schedule (img2img) |
|
- **filter:** Finetune used e.g. `DreamShaper` |
|
- **width:** Width of the image |
|
- **height:** Height of the image |
|
- **url:** URL to the image, may also be JPEG |
|
- **url_jpeg:** URL to the JPEG version of the image |
|
- **remixedFromId:** ID of the remixed image |
|
- **remixedFromUrl:** URL of the remixed image |
|
- **parent_image_url:** URL to the parent image |
|
- **likeCount:** Number of likes |
|
- **fromCanvas:** Whether the image is from Canvas |
|
- **edit_image_status:** Edit status of the image, `DISCARDED`, `SAVED` or `None` |
|
- **title:** Title of the image |
|
- **sequence:** Sequence number (unknown) |
|
|
|
# Citation Information |
|
``` |
|
@misc{playground_ai_liked_dataset, |
|
author = {hlky}, |
|
title = {Playground Liked}, |
|
year = {2024}, |
|
publisher = {hlky}, |
|
journal = {Hugging Face repository}, |
|
howpublished = {\url{[https://huggingface.co/datasets/bigdata-pw/playground-liked](https://huggingface.co/datasets/bigdata-pw/playground-liked)}} |
|
} |
|
``` |
|
|