File size: 2,093 Bytes
8f837ab
 
 
 
 
 
 
 
e84b788
 
 
8f837ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
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)}}
}
```