metadata
license: cc-by-4.0
language:
- en
tags:
- art
Model and Gallery Data in Civitai
Dataset Summary
This Dataset includes model message and gallery data under model, like:
- I crawl some data from Civitai using Github CodeSpace and Deno, It takes me 6 hours to download it safely😄.
- This dataset can be use to create many interesting model like auto prompting AI or prompt improve AI.
- This project has a github repo for code that crawl all Data. Link
Dataset
- /index/index.jsonl: It's all Model Base Message!
- /index/index.filter.jsonl: filtered Model!
- /index/info.jsonl: All Gallery Post Info!
Notice some info in dataset
- It includes many NSFW prompts or image URLs you will meet in dataset
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.