Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-to-image
|
5 |
+
- image-to-text
|
6 |
+
pretty_name: Civitai Images
|
7 |
+
size_categories:
|
8 |
+
- 1M<n<10M
|
9 |
+
---
|
10 |
+
|
11 |
+
# Civitai Images
|
12 |
+
|
13 |
+
Images+metadata from [Civitai](https://civitai.com/)
|
14 |
+
|
15 |
+
Stats:
|
16 |
+
- ~4.1M
|
17 |
+
|
18 |
+
Formats:
|
19 |
+
- WebDataset
|
20 |
+
- 10k per shard, ~2GB
|
21 |
+
- jpg + json
|
22 |
+
- `__key__` is Civitai image id
|
23 |
+
|
24 |
+
## Notes
|
25 |
+
- ~464k images with no `meta` field are excluded, this is ~10% of images collected
|
26 |
+
- Files for some entries are actually videos, these will be released separately
|
27 |
+
- Civitai [extract metadata](https://github.com/hlky/OpenCivit/tree/main/src/utils/metadata) on upload, the exact fields in `meta` will depend on the UI used, some are common e.g. `prompt`, others are UI specific
|
28 |
+
- Includes reaction data
|
29 |
+
|
30 |
+
## another BIG data banger straight from the underground
|
31 |
+
|
32 |
+
## with thanks to Civitai and their community ❤️
|