File size: 2,120 Bytes
23a3934
 
 
 
 
 
 
 
33d2e1a
 
 
23a3934
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
66
---
language:
- en
license: odc-by
task_categories:
- text-to-image
- image-to-text
pretty_name: playground_popular
tags:
- stable diffusion
- prompts
---

# Dataset Card for Playground Popular

Most popular image generations by number of likes.

## Dataset Details

### Dataset Description

A subset of [bigdata-pw/playground](https://huggingface.co/datasets/bigdata-pw/playground) filtered to the most popular 1 million images by number of likes. 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_popular_dataset,
  author = {hlky},
  title = {Playground Popular},
  year = {2024},
  publisher = {hlky},
  journal = {Hugging Face repository},
  howpublished = {\url{[https://huggingface.co/datasets/bigdata-pw/playground-popular](https://huggingface.co/datasets/bigdata-pw/playground-popular)}}
}
```