Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- art
|
7 |
---
|
8 |
+
# Model and Gallery Data in Civitai
|
9 |
+
|
10 |
+
|
11 |
+
### Dataset Summary
|
12 |
+
This Dataset includes model message and gallery data under model, like:
|
13 |
+
|
14 |
+
![](https://ik.imagekit.io/dfidfiskkxn/docs/civitai_crawl?updatedAt=1681430636533)
|
15 |
+
|
16 |
+
1. I crawl some data from [Civitai](https://civitai.com/) using Github CodeSpace and Deno, It takes me 6 hours to download it safely😄.
|
17 |
+
2. This dataset can be use to create many interesting model like auto prompting AI or prompt improve AI.
|
18 |
+
3. This project has a github repo for code that crawl all Data. [Link](https://github.com/KonghaYao/tinyproxy/tree/main/civitai)
|
19 |
+
|
20 |
+
|
21 |
+
### Dataset
|
22 |
+
1. /index/index.jsonl: It's all Model Base Message!
|
23 |
+
2. /index/index.filter.jsonl: filtered Model
|
24 |
+
3. /data/{modelId}.jsonl: every model link to a gallery dataset by id
|
25 |
+
|
26 |
+
### Notice some info in dataset
|
27 |
+
1. It includes many **NSFW** prompts or image URLs you will meet in dataset
|
28 |
+
2. `jsonl file` is a file that every row is a single json, but I just use '\n' to join an array and wrote to the file, so some bug could appear.
|